mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
try pushing and popping any local changes around the build tag checkout
This commit is contained in:
parent
e015bf81d1
commit
f9518d5a87
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ if [ -n "$TAGNAME" ]; then
|
|||
if [ "$CHECK_BRANCH" != $TAGNAME ]; then
|
||||
usage "tagname not found in repo or not as expected"
|
||||
fi
|
||||
git stash
|
||||
fi
|
||||
|
||||
if [ -z "$FILES" ]; then
|
||||
|
@ -64,5 +65,6 @@ for PACK_UNSIGNED in $FILES; do
|
|||
done
|
||||
|
||||
if [ -n "$TAGNAME" ]; then
|
||||
git stash pop
|
||||
git checkout android_branch 2>/dev/null
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue