Skip to content

Commit 4055130

Browse files
authored
[release] Always git fetch all to get latest tag on TPU release (#17322)
1 parent 34120f5 commit 4055130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/release-pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ steps:
5757
agents:
5858
queue: tpu_queue_postmerge
5959
commands:
60+
- "git fetch --all"
6061
- "DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --tag vllm/vllm-tpu:nightly --tag vllm/vllm-tpu:$BUILDKITE_COMMIT --progress plain -f docker/Dockerfile.tpu ."
6162
- "docker push vllm/vllm-tpu:nightly"
6263
- "docker push vllm/vllm-tpu:$BUILDKITE_COMMIT"

0 commit comments

Comments
 (0)