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 1c5cb9b commit c571f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_aws_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ upload_pipeline() {
exit 0
fi
if [ ! -e ".buildkite/test-template.j2" ]; then
curl -o .buildkite/test-template.j2 https://raw.githubusercontent.com/vllm-project/buildkite-ci/main/scripts/test-template-aws.j2?$(date +%s)
curl -o .buildkite/test-template.j2 https://raw.githubusercontent.com/vllm-project/buildkite-ci/test_cluser/scripts/test-template-aws.j2?$(date +%s)
fi
if [ -e ".buildkite/pipeline_generator/pipeline_generator.py" ]; then
python -m pip install click pydantic
Expand Down

0 comments on commit c571f9d

Please sign in to comment.