mirror of
https://github.com/serhii-londar/open-source-mac-os-apps
synced 2024-11-10 06:04:15 +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
|
||||
|
||||
if [[ $TRAVIS_BRANCH != 'master' ]]
|
||||
if [[ $TRAVIS_BRANCH != 'redme-generation' ]]
|
||||
then
|
||||
exit
|
||||
fi
|
||||
|
@ -19,4 +19,4 @@ echo commit
|
|||
git commit -m "Generate README"
|
||||
|
||||
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