Skip to content

Commit 02f0579

Browse files
committed
Do not fail the build in teardown failures
1 parent c57f73d commit 02f0579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/build_pr_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
agents:
1313
provider: "gcp"
1414
image: family/docs-ubuntu-2204
15-
- command: .buildkite/scripts/build_pr_teardown.sh
15+
- command: ".buildkite/scripts/build_pr_teardown.sh || true"
1616
label: "teardown"
1717
depends_on:
1818
- step: "build-pr"

0 commit comments

Comments
 (0)