Skip to content

Commit

Permalink
Forces submodule sync on container start (hydro-project#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
cw75 authored Apr 8, 2020
1 parent d5f2989 commit ecada2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/start-cloudburst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ git remote remove origin
git remote add origin https://github.com/$ANNA_REPO_ORG/anna
git fetch -p origin
git checkout -b brnch origin/$ANNA_REPO_BRANCH
git submodule sync
git submodule update

cd $HYDRO_HOME/cloudburst
Expand All @@ -54,6 +55,8 @@ git remote remove origin
git remote add origin https://github.com/$REPO_ORG/cloudburst
git fetch -p origin
git checkout -b brnch origin/$REPO_BRANCH
git submodule sync
git submodule update

# Compile protobufs and run other installation procedures before starting.
./scripts/build.sh
Expand Down

0 comments on commit ecada2a

Please sign in to comment.