File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments