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 e98e20d commit 55d750dCopy full SHA for 55d750d
.buildkite/build_pr_pipeline.yml
@@ -4,14 +4,14 @@ steps:
4
command: ".buildkite/scripts/build_pr_commit_status.sh pending"
5
- key: "build-pr"
6
label: ":hammer: Build docs PR"
7
- command: echo 'hello' #".buildkite/scripts/build_pr.sh"
+ command: echo "hello" #".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_commit_status.sh || true"
+ - key: "teardown"
15
label: "teardown"
16
command: |
17
if [ $(buildkite-agent step get "outcome" --step "build-pr") == "passed" ]; then
0 commit comments