mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-01 14:52:08 -08:00
CI: More tweaking git commands...
This commit is contained in:
parent
8205893af9
commit
decbe33f1f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ git config --global user.email "travis@travis-ci.org" || exit 1
|
|||
|
||||
git config --global user.name "Travis CI" || exit 1
|
||||
|
||||
git add -all || exit 1
|
||||
git add -A . || exit 1
|
||||
|
||||
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" || exit 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue