mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-22 07:30:23 +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
|
set -e
|
||||||
|
|
||||||
#if [[ $TRAVIS_BRANCH != 'readme-generation' ]]
|
if [[ $TRAVIS_BRANCH != 'readme-generation' ]]
|
||||||
#then
|
then
|
||||||
# echo 'exit'
|
echo 'exit'
|
||||||
# exit
|
exit
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
git checkout readme-generation
|
git checkout readme-generation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue