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 145174c commit e53d38c
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 @@ -12,5 +12,6 @@ chmod a+x /usr/bin/yq
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 e53d38c

Please sign in to comment.