Skip to content

Commit 55d750d

Browse files
committed
validate changes
1 parent e98e20d commit 55d750d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/build_pr_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ steps:
44
command: ".buildkite/scripts/build_pr_commit_status.sh pending"
55
- key: "build-pr"
66
label: ":hammer: Build docs PR"
7-
command: echo 'hello' #".buildkite/scripts/build_pr.sh"
7+
command: echo "hello" #".buildkite/scripts/build_pr.sh"
88
depends_on:
99
- step: build-pr-setup
1010
allow_failure: true
1111
agents:
1212
provider: "gcp"
1313
image: family/docs-ubuntu-2204
14-
- command: ".buildkite/scripts/build_pr_commit_status.sh || true"
14+
- key: "teardown"
1515
label: "teardown"
1616
command: |
1717
if [ $(buildkite-agent step get "outcome" --step "build-pr") == "passed" ]; then

0 commit comments

Comments
 (0)