Skip to content

Commit

Permalink
git fetch before checking out SB branch (SyneRBI#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
rijobro authored May 6, 2020
1 parent 762da22 commit c00922e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/UPDATE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ SuperBuild(){
if [ $update_remote == 1 ]; then
git remote set-url origin https://github.com/SyneRBI/SIRF-SuperBuild.git
fi
git fetch --tags
git fetch --tags --all
fi
# go to SB_TAG
if [ $1 = 'default' ]
Expand Down

0 comments on commit c00922e

Please sign in to comment.