Skip to content

Commit 01aebfb

Browse files
committed
Use sleep instead of a block step
1 parent 5f76f4d commit 01aebfb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.buildkite/build_pipeline.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ steps:
4040
# if: build.source == "schedule"
4141
command: ".buildkite/scripts/compare_commits.sh"
4242
- wait
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}
43+
- label: ":white_check_mark: Build docs"
44+
command: |
45+
sleep 3600
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}
5353
- wait
5454
- label: "End of concurrency gate"
5555
command: echo "End of concurrency gate"

0 commit comments

Comments
 (0)