Skip to content

Commit 3785165

Browse files
committed
Continue line please
1 parent 5fa2037 commit 3785165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ ENV SETUPTOOLS_SCM_PRETEND_VERSION=${BUILD_VERSION:-:}
175175
RUN git clone https://github.com/vllm-project/vllm.git
176176
RUN cd vllm && \
177177
if [ -n ${VLLM_PR} ]; then \
178-
git fetch origin pull/${VLLM_PR}/head:${VLLM_PR}
178+
git fetch origin pull/${VLLM_PR}/head:${VLLM_PR} && \
179179
git checkout ${VLLM_PR}; \
180180
else \
181181
git checkout ${VLLM_REF}; \

0 commit comments

Comments
 (0)