diff --git a/.buildkite/scripts/generate_pipeline.sh b/.buildkite/scripts/generate_pipeline.sh index 342dc8bf7ac..0d9703e9660 100755 --- a/.buildkite/scripts/generate_pipeline.sh +++ b/.buildkite/scripts/generate_pipeline.sh @@ -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