We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0d722 commit 2c8b9d6Copy full SHA for 2c8b9d6
.buildkite/build_pr_pipeline.yml
@@ -1,17 +1,17 @@
1
steps:
2
- key: "build-pr-setup"
3
label: "setup"
4
- command: .buildkite/scripts/build_pr_setup.sh
+ command: ".buildkite/scripts/build_pr_setup.sh"
5
- key: "build-pr"
6
label: ":hammer: Build docs PR"
7
- command: .buildkite/scripts/build_pr.sh
+ command: ".buildkite/scripts/build_pr.sh"
8
depends_on:
9
- step: build-pr-setup
10
allow_failure: true
11
agents:
12
provider: "gcp"
13
image: family/docs-ubuntu-2204
14
- - command: .buildkite/scripts/build_pr_teardown.sh
+ - command: ".buildkite/scripts/build_pr_teardown.sh || true"
15
label: "teardown"
16
17
- step: "build-pr"
0 commit comments