exit 0 in deploy script
This commit is contained in:
parent
ceba3e90c6
commit
9d94f5973b
1 changed files with 2 additions and 1 deletions
|
@ -14,4 +14,5 @@ else
|
||||||
git commit -m "Laterst travis android optimized deploy $TRAVIS_COMMIT"
|
git commit -m "Laterst travis android optimized deploy $TRAVIS_COMMIT"
|
||||||
git checkout -b android-optimized-$TRAVIS_BRANCH
|
git checkout -b android-optimized-$TRAVIS_BRANCH
|
||||||
git push --force travis-deploy-public android-optimized-$TRAVIS_BRANCH
|
git push --force travis-deploy-public android-optimized-$TRAVIS_BRANCH
|
||||||
fi
|
fi
|
||||||
|
exit 0
|
Loading…
Add table
Reference in a new issue