Skip to content

Commit bd90bf7

Browse files
josephperrottclydin
authored andcommitted
ci: force post upgrade task command for syncing pnpm lock file to exit successfully
1 parent f728f2f commit bd90bf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

renovate.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"commands": [
1313
"git restore .yarn/releases/yarn-4.5.0.cjs",
1414
"yarn install --immutable",
15-
"yarn bazel build //tools/...",
16-
"yarn bazel run @npm2//:sync"
15+
"yarn bazel run @npm2//:sync || true"
1716
],
1817
"fileFilters": [".aspect/rules/external_repository_action_cache/**/*", "pnpm-lock.yaml"],
1918
"executionMode": "branch"

0 commit comments

Comments
 (0)