From 996d322b2439670db554709c046c14eb0b92055c Mon Sep 17 00:00:00 2001 From: Alexandros Sapranidis Date: Tue, 19 Mar 2024 17:52:22 +0200 Subject: [PATCH] Remove comments Signed-off-by: Alexandros Sapranidis --- .buildkite/scripts/generate_pipeline.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.buildkite/scripts/generate_pipeline.sh b/.buildkite/scripts/generate_pipeline.sh index 2a1cc3b1235..fd495579f81 100755 --- a/.buildkite/scripts/generate_pipeline.sh +++ b/.buildkite/scripts/generate_pipeline.sh @@ -7,8 +7,5 @@ pip3 install --quiet "ruamel.yaml<0.18.0" echo "~~~ Run pipeline generator in dry-run mode" python3 .buildkite/pipeline.py | yq . -# Run the python generator - likely this should be called in the -# catalog-info.yaml echo "~~~ Upload pipeline" -## Remove when is ready python3 .buildkite/pipeline.py | buildkite-agent pipeline upload