Skip to content

Commit 1274be0

Browse files
committed
ci: handle error when running bazel sync --only=repo
When the pnpm lock file is updated this command exits with a non zero error code.
1 parent 3d823b3 commit 1274be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"commands": [
1313
"git restore .yarn/releases/yarn-4.5.0.cjs pnpm-lock.yaml",
1414
"yarn install --immutable",
15-
"yarn bazel sync --only=repo"
15+
"yarn bazel sync --only=repo || true"
1616
],
1717
"fileFilters": [".aspect/rules/external_repository_action_cache/**/*", "pnpm-lock.yaml"],
1818
"executionMode": "branch"

0 commit comments

Comments
 (0)