diff --git a/.buildkite/scripts/generate_pipeline.sh b/.buildkite/scripts/generate_pipeline.sh index 877ea018f06..c5627aaf007 100755 --- a/.buildkite/scripts/generate_pipeline.sh +++ b/.buildkite/scripts/generate_pipeline.sh @@ -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