mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-01-09 06:54:01 +01:00
[ci] update [ci skip]
This commit is contained in:
parent
cd41c295d9
commit
207314cc39
18
.github/deploy.sh
vendored
18
.github/deploy.sh
vendored
@ -5,14 +5,16 @@ set -e
|
|||||||
git config user.name "Travis CI"
|
git config user.name "Travis CI"
|
||||||
git config user.email "dkhamsing@users.noreply.github.com"
|
git config user.email "dkhamsing@users.noreply.github.com"
|
||||||
|
|
||||||
# git checkout master
|
if [[ $status == *"README.md"* ]]
|
||||||
|
then
|
||||||
|
git add README.md
|
||||||
|
git commit -m "[auto] [ci skip] Generate README"
|
||||||
|
fi
|
||||||
|
|
||||||
git add README.md
|
if [[ $status == *"ARCHIVE.md"* ]]
|
||||||
git commit -m "[auto] [ci skip] Generate README"
|
then
|
||||||
|
git add ARCHIVE.md
|
||||||
# git add ARCHIVE.md
|
git commit -m "[auto] [ci skip] Generate ARCHIVE"
|
||||||
# git commit -m "[auto] [ci skip] Generate ARCHIVE"
|
fi
|
||||||
|
|
||||||
# git status
|
|
||||||
|
|
||||||
git push --quiet "https://${GH_TOKEN}@github.com/dkhamsing/open-source-ios-apps" master:master > /dev/null 2>&1
|
git push --quiet "https://${GH_TOKEN}@github.com/dkhamsing/open-source-ios-apps" master:master > /dev/null 2>&1
|
||||||
|
Loading…
Reference in New Issue
Block a user