mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-25 17:10:26 +00:00
Update deploy.sh
This commit is contained in:
parent
630850a880
commit
0e4cc1ff59
1 changed files with 3 additions and 1 deletions
4
.github/deploy.sh
vendored
4
.github/deploy.sh
vendored
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [[ $TRAVIS_BRANCH != 'master' ]]
|
echo ${TRAVIS_BRANCH}
|
||||||
|
|
||||||
|
if [[ ${TRAVIS_BRANCH} != 'master' ]]
|
||||||
then
|
then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue