Skip to content

Commit

Permalink
Revert before merging - IIAB using JV iiab-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonau committed Sep 17, 2020
1 parent ba611be commit 0072a78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iiab-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ function update_master(){
echo -e "\nUpdating iiab"
git checkout master
git pull
if [ $test != "none" ]; then
git branch -D $test &> /dev/null || true
git checkout -b $test
git pull https://github.com/jvonau/iiab.git $test
fi
NEWREV=$(grep iiab_revision vars/default_vars.yml | awk '{print $2}')
fi
cd $BASEDIR
Expand Down

0 comments on commit 0072a78

Please sign in to comment.