mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-25 09:00:25 +00:00
CI fixes
This commit is contained in:
parent
367ae86550
commit
0ca019641e
1 changed files with 2 additions and 2 deletions
4
.github/deploy.sh
vendored
4
.github/deploy.sh
vendored
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [[ $TRAVIS_BRANCH != 'master' ]]
|
if [[ $TRAVIS_BRANCH != 'redme-generation' ]]
|
||||||
then
|
then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
@ -19,4 +19,4 @@ echo commit
|
||||||
git commit -m "Generate README"
|
git commit -m "Generate README"
|
||||||
|
|
||||||
echo push
|
echo push
|
||||||
git push --quiet "https://${GITHUB_TOKEN}@github.com/serhii-londar/open-source-mac-os-apps.git" master:master > /dev/null 2>&1
|
git push --quiet "https://${DANGER_GITHUB_API_TOKEN}@github.com/serhii-londar/open-source-mac-os-apps.git" master:master > /dev/null 2>&1
|
Loading…
Reference in a new issue