Skip to content

Commit 6305711

Browse files
committed
Fix step name
1 parent c4424c4 commit 6305711

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.buildkite/build_pr_pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
steps:
22
- key: "build-pr-setup"
3+
label: "setup"
34
command: .buildkite/scripts/build_pr_setup.sh
45
- key: "build-pr"
5-
label: "Build docs PR"
6+
label: ":hammer: Build docs PR"
67
command: |
78
bash .buildkite/scripts/build_pr.sh
89
depends_on:
@@ -12,6 +13,7 @@ steps:
1213
provider: "gcp"
1314
image: family/docs-ubuntu-2204
1415
- command: .buildkite/scripts/build_pr_teardown.sh
16+
label: "teardown"
1517
depends_on:
16-
- step: "build"
18+
- step: "build-pr"
1719
allow_failure: true

0 commit comments

Comments
 (0)