Skip to content

Commit

Permalink
Clean-up the mess I introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
nkammah committed Feb 12, 2024
1 parent c472683 commit 9f2739a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .buildkite/build_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,13 @@ steps:
command: ".buildkite/scripts/compare_commits.sh"
- wait
- label: ":white_check_mark: Build docs"
command: sleep 3600
#export REBUILD="$(buildkite-agent meta-data get REBUILD --default '' --log-level fatal)"
#export BROKEN_LINKS="$(buildkite-agent meta-data get BROKEN_LINKS --default '' --log-level fatal)"
#bash .buildkite/scripts/build.sh
agents:
provider: "gcp"
image: family/docs-ubuntu-2204
machineType: ${BUILD_MACHINE_TYPE}
export REBUILD="$(buildkite-agent meta-data get REBUILD --default '' --log-level fatal)"
export BROKEN_LINKS="$(buildkite-agent meta-data get BROKEN_LINKS --default '' --log-level fatal)"
bash .buildkite/scripts/build.sh
agents:
provider: "gcp"
image: family/docs-ubuntu-2204
machineType: ${BUILD_MACHINE_TYPE}
- wait
- label: "End of concurrency gate"
command: echo "End of concurrency gate"
Expand Down

0 comments on commit 9f2739a

Please sign in to comment.