From 96c3b4d9fbae3dcb9a8e2838561e4a61ed80f058 Mon Sep 17 00:00:00 2001 From: Alexandros Sapranidis Date: Tue, 26 Mar 2024 13:06:44 +0200 Subject: [PATCH] Comment the buildkite upload step This is done to disable the execution of the pipeline. Signed-off-by: Alexandros Sapranidis --- .buildkite/scripts/generate_pipeline.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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