From 1dcce414d3526029475190789d6901b7d77f5225 Mon Sep 17 00:00:00 2001 From: Alexandros Sapranidis Date: Tue, 19 Mar 2024 17:58:16 +0200 Subject: [PATCH] Show pipeline in expanded mode The pipeline that this script is running is only creating a dynamic pipeline and thats why its ok to have it by default show expanded output Signed-off-by: Alexandros Sapranidis --- .buildkite/scripts/generate_pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/scripts/generate_pipeline.sh b/.buildkite/scripts/generate_pipeline.sh index fd495579f81..342dc8bf7ac 100755 --- a/.buildkite/scripts/generate_pipeline.sh +++ b/.buildkite/scripts/generate_pipeline.sh @@ -4,7 +4,7 @@ set -euo pipefail echo "~~~ Install dependencies" pip3 install --quiet "ruamel.yaml<0.18.0" -echo "~~~ Run pipeline generator in dry-run mode" +echo "+++ Run pipeline generator in dry-run mode" python3 .buildkite/pipeline.py | yq . echo "~~~ Upload pipeline"