Added master if fail fait dev*

This commit is contained in:
dbroqua 2021-05-25 08:13:41 +02:00
parent 4b07250729
commit fc3aa2cc82
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ if [ $? = 1 ] ; then
git checkout dev
fi
if [ $? = 1 ] ; then
git checkout master
fi
# Get last changes
git pull