Skip to content

Commit

Permalink
Forces submodule update on Docker image start (hydro-project#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
cw75 authored Apr 16, 2020
1 parent c5132e3 commit d19f066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/start-anna.sh
Original file line number Diff line number Diff line change
@@ -60,6 +60,8 @@ fi
git remote add origin https://github.com/$REPO_ORG/anna
git fetch -p origin
git checkout -b brnch origin/$REPO_BRANCH
git submodule sync
git submodule update

# Compile the latest version of the code on the branch we just check out.
cd build && make -j2 && cd ..

0 comments on commit d19f066

Please sign in to comment.