mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Update deploy.sh
This commit is contained in:
parent
780e2ec746
commit
0eb8eff680
1 changed files with 5 additions and 5 deletions
10
.github/deploy.sh
vendored
10
.github/deploy.sh
vendored
|
@ -2,11 +2,11 @@
|
|||
|
||||
set -e
|
||||
|
||||
#if [[ $TRAVIS_BRANCH != 'readme-generation' ]]
|
||||
#then
|
||||
# echo 'exit'
|
||||
# exit
|
||||
#fi
|
||||
if [[ $TRAVIS_BRANCH != 'readme-generation' ]]
|
||||
then
|
||||
echo 'exit'
|
||||
exit
|
||||
fi
|
||||
|
||||
git checkout readme-generation
|
||||
|
||||
|
|
Loading…
Reference in a new issue