Skip to content

Commit 9f2739a

Browse files
committed
Clean-up the mess I introduced
1 parent c472683 commit 9f2739a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.buildkite/build_pipeline.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@ steps:
4141
command: ".buildkite/scripts/compare_commits.sh"
4242
- wait
4343
- label: ":white_check_mark: Build docs"
44-
command: sleep 3600
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}
44+
export REBUILD="$(buildkite-agent meta-data get REBUILD --default '' --log-level fatal)"
45+
export BROKEN_LINKS="$(buildkite-agent meta-data get BROKEN_LINKS --default '' --log-level fatal)"
46+
bash .buildkite/scripts/build.sh
47+
agents:
48+
provider: "gcp"
49+
image: family/docs-ubuntu-2204
50+
machineType: ${BUILD_MACHINE_TYPE}
5251
- wait
5352
- label: "End of concurrency gate"
5453
command: echo "End of concurrency gate"

0 commit comments

Comments
 (0)