Skip to content

Commit f5a5caa

Browse files
committed
Revert "temp: download bootstrap from different branch"
This reverts commit 114a347. Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
1 parent 6f89bb4 commit f5a5caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci_aws_bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ upload_pipeline() {
1717
source /var/lib/buildkite-agent/.cargo/env
1818
if [ $BUILDKITE_PIPELINE_SLUG == "fastcheck" ]; then
1919
if [ ! -e ".buildkite/test-template-fastcheck.j2" ]; then
20-
curl -o .buildkite/test-template-fastcheck.j2 https://raw.githubusercontent.com/vllm-project/buildkite-ci/update-dockerfile-paths/scripts/test-template-fastcheck.j2
20+
curl -o .buildkite/test-template-fastcheck.j2 https://raw.githubusercontent.com/vllm-project/buildkite-ci/main/scripts/test-template-fastcheck.j2
2121
fi
2222
cd .buildkite && minijinja-cli test-template-fastcheck.j2 test-pipeline.yaml > pipeline.yml
2323
cat pipeline.yml
2424
buildkite-agent pipeline upload pipeline.yml
2525
exit 0
2626
fi
2727
if [ ! -e ".buildkite/test-template.j2" ]; then
28-
curl -o .buildkite/test-template.j2 https://raw.githubusercontent.com/vllm-project/buildkite-ci/update-dockerfile-paths/scripts/test-template-aws.j2?$(date +%s)
28+
curl -o .buildkite/test-template.j2 https://raw.githubusercontent.com/vllm-project/buildkite-ci/main/scripts/test-template-aws.j2?$(date +%s)
2929
fi
3030
if [ -e ".buildkite/pipeline_generator/pipeline_generator.py" ]; then
3131
python -m pip install click pydantic

0 commit comments

Comments
 (0)