Skip to content

Commit 5f76f4d

Browse files
committed
Add block step to test out the PR
1 parent ab1b944 commit 5f76f4d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.buildkite/build_pipeline.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,16 @@ steps:
4040
# if: build.source == "schedule"
4141
command: ".buildkite/scripts/compare_commits.sh"
4242
- wait
43-
- label: ":white_check_mark: Build docs"
44-
command: |
45-
export REBUILD="$(buildkite-agent meta-data get REBUILD --default '' --log-level fatal)"
46-
export BROKEN_LINKS="$(buildkite-agent meta-data get BROKEN_LINKS --default '' --log-level fatal)"
47-
bash .buildkite/scripts/build.sh
48-
agents:
49-
provider: "gcp"
50-
image: family/docs-ubuntu-2204
51-
machineType: ${BUILD_MACHINE_TYPE}
43+
- block: ":rocket: Is doc built now?"
44+
#- label: ":white_check_mark: Build docs"
45+
#command: |
46+
# export REBUILD="$(buildkite-agent meta-data get REBUILD --default '' --log-level fatal)"
47+
# export BROKEN_LINKS="$(buildkite-agent meta-data get BROKEN_LINKS --default '' --log-level fatal)"
48+
# bash .buildkite/scripts/build.sh
49+
#agents:
50+
# provider: "gcp"
51+
# image: family/docs-ubuntu-2204
52+
# machineType: ${BUILD_MACHINE_TYPE}
5253
- wait
5354
- label: "End of concurrency gate"
5455
command: echo "End of concurrency gate"

0 commit comments

Comments
 (0)