From 741c7c1da92850a039954acb860a4394f0f4697e Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Tue, 26 Nov 2024 20:57:55 -0800 Subject: [PATCH] Update ci_aws_bootstrap.sh --- scripts/ci_aws_bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci_aws_bootstrap.sh b/scripts/ci_aws_bootstrap.sh index 794a7b6..6a62e9d 100644 --- a/scripts/ci_aws_bootstrap.sh +++ b/scripts/ci_aws_bootstrap.sh @@ -38,6 +38,7 @@ upload_pipeline() { echo "Run all: $RUN_ALL" echo "Nightly: $NIGHTLY" minijinja-cli test-template.j2 test-pipeline.yaml -D branch="$BUILDKITE_BRANCH" -D list_file_diff="$LIST_FILE_DIFF" -D run_all="$RUN_ALL" -D nightly="$NIGHTLY" > pipeline.yml + cat pipeline.yml buildkite-agent pipeline upload pipeline.yml exit 0 }