We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d18fc commit d7d093dCopy full SHA for d7d093d
Dockerfile
@@ -45,7 +45,7 @@ WORKDIR /twinkle
45
RUN echo "Available release branches:" && git branch -r -l 'origin/release/*' --sort=-v:refname && \
46
LATEST_RELEASE=$(git branch -r -l 'origin/release/*' --sort=-v:refname | head -n 1 | tr -d ' ') && \
47
echo "Checking out: $LATEST_RELEASE" && \
48
- git checkout --track "$LATEST_RELEASE" \
+ git checkout --track "$LATEST_RELEASE"
49
50
# Install twinkle itself
51
RUN pip install -e . --no-build-isolation
0 commit comments