Skip to content

Commit

Permalink
Show pipeline in expanded mode
Browse files Browse the repository at this point in the history
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 <alexandros@elastic.co>
  • Loading branch information
alexsapran committed Mar 19, 2024
1 parent 996d322 commit 1dcce41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/generate_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1dcce41

Please sign in to comment.