mirror of
https://github.com/serhii-londar/open-source-mac-os-apps
synced 2024-11-10 06:04:15 +00:00
Fix issue with script running
This commit is contained in:
parent
773e2c20e6
commit
e356038bcd
2 changed files with 2 additions and 1 deletions
2
.github/deploy.sh
vendored
2
.github/deploy.sh
vendored
|
@ -19,4 +19,4 @@ echo commit
|
|||
git commit -m "Generate README"
|
||||
|
||||
echo push
|
||||
git push --quiet "https://${DANGER_GITHUB_API_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
|
||||
|
|
|
@ -11,6 +11,7 @@ script:
|
|||
- danger
|
||||
after_success:
|
||||
- swift ./.github/ReadmeGenerator.swift
|
||||
- chmod +x ./.github/deploy.sh
|
||||
- ./.github/deploy.sh
|
||||
notifications:
|
||||
email: false
|
Loading…
Reference in a new issue