mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
CI fixes
This commit is contained in:
parent
e356038bcd
commit
48b6881180
1 changed files with 2 additions and 1 deletions
3
.github/deploy.sh
vendored
3
.github/deploy.sh
vendored
|
@ -2,8 +2,9 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ $TRAVIS_BRANCH != 'redme-generation' ]]
|
||||
if [[ $TRAVIS_BRANCH != 'readme-generation' ]]
|
||||
then
|
||||
echo 'exit'
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue