1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-22 21:38:44 +01:00

[ci] test

This commit is contained in:
dkhamsing 2016-05-13 11:33:17 -07:00
parent 8160985761
commit f2e594c822

8
.github/deploy.sh vendored
View File

@ -5,14 +5,14 @@ set -e
git config user.name "Travis CI"
git config user.email "dkhamsing@users.noreply.github.com"
git checkout master
# git checkout master
git add README.md
git commit -m "[auto] [ci skip] Generate README"
git add ARCHIVE.md
git commit -m "[auto] [ci skip] Generate ARCHIVE"
# git add ARCHIVE.md
# git commit -m "[auto] [ci skip] Generate ARCHIVE"
git status
# git status
git push --quiet "https://${GH_TOKEN}@github.com/dkhamsing/open-source-ios-apps" master:master > /dev/null 2>&1