Skip to content

Commit

Permalink
Update ci_aws_bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
khluu authored Nov 27, 2024
1 parent c571f9d commit 741c7c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci_aws_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 741c7c1

Please sign in to comment.