Skip to content

Commit 21fd3dc

Browse files
committed
BLD: Update to stable Dockerfile
1 parent 65a3c34 commit 21fd3dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/stable/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ARG POREPY_BRANCH=main
2727
# Make sure we are in the home directory
2828
WORKDIR ${POREPY_HOME}
2929
# Check out the specified branch (default: main)
30-
RUN git checkout ${POREPY_BRANCH} && git pull
30+
RUN git fetch && git checkout ${POREPY_BRANCH} && git pull
3131

3232
# Run tests to check that everything works.
3333
# NOTE: When run as a GH action (presumably after a PR to the develop branch

0 commit comments

Comments
 (0)