Skip to content

Commit d7d093d

Browse files
authored
update dockerfile (#151)
1 parent f8d18fc commit d7d093d

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
@@ -45,7 +45,7 @@ WORKDIR /twinkle
4545
RUN echo "Available release branches:" && git branch -r -l 'origin/release/*' --sort=-v:refname && \
4646
LATEST_RELEASE=$(git branch -r -l 'origin/release/*' --sort=-v:refname | head -n 1 | tr -d ' ') && \
4747
echo "Checking out: $LATEST_RELEASE" && \
48-
git checkout --track "$LATEST_RELEASE" \
48+
git checkout --track "$LATEST_RELEASE"
4949

5050
# Install twinkle itself
5151
RUN pip install -e . --no-build-isolation

0 commit comments

Comments
 (0)