Skip to content

Commit

Permalink
docker: pull in newest changes. (BlueBrain#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e authored Jul 25, 2019
1 parent 7da86ca commit b77718f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ ARG revision=develop
RUN if [[ "x$pr" != "x" ]]; then \
git fetch origin +refs/pull/$pr/head:refs/remotes/origin/pull/$pr \
&& git checkout pull/$pr; \
elif [[ "x$revision" = "xdevelop" ]]; then \
git checkout $revision \
&& git pull --ff-only; \
else \
git fetch \
&& git checkout $revision; \
Expand Down

0 comments on commit b77718f

Please sign in to comment.