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