Skip to content

Commit

Permalink
update_submodules.sh checks out tagged submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jun 9, 2020
1 parent 633398f commit 42d385c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/update_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ git submodule update --init --recursive

# update monero-cpp
cd ./external/monero-cpp
git checkout master
git pull --ff-only origin master
git checkout tags/v0.3.1
git pull --ff-only origin tags/v0.3.1

# update monero-core
cd ./external/monero-core
git checkout master
git pull --ff-only origin master
git checkout tags/v0.16.0.0
git pull --ff-only origin tags/v0.16.0.0
cd ../../../../

0 comments on commit 42d385c

Please sign in to comment.