Skip to content

Commit

Permalink
Comment the buildkite upload step (#38610)
Browse files Browse the repository at this point in the history
This is done to disable the execution of the dynamic pipeline.

Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
(cherry picked from commit 9e33668)
  • Loading branch information
alexsapran authored and mergify[bot] committed Mar 26, 2024
1 parent f733b11 commit 6230590
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/scripts/generate_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ pip3 install --quiet "ruamel.yaml<0.18.0"
echo "+++ Run pipeline generator in dry-run mode"
python3 .buildkite/pipeline.py | yq .

echo "~~~ Upload pipeline"
python3 .buildkite/pipeline.py | buildkite-agent pipeline upload
# Temporary commenting this, until we restart this work-stream
#echo "~~~ Upload pipeline"
#python3 .buildkite/pipeline.py | buildkite-agent pipeline upload

0 comments on commit 6230590

Please sign in to comment.