mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-13 20:28:06 +00:00
CI: Make sure we can see commit error messages
This commit is contained in:
@@ -11,7 +11,7 @@ git config --global user.name "Travis CI" || exit 1
|
|||||||
|
|
||||||
git add -A . || exit 1
|
git add -A . || exit 1
|
||||||
|
|
||||||
git commit --quiet --message "Travis build: $TRAVIS_BUILD_NUMBER" || exit 1
|
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" || exit 1
|
||||||
|
|
||||||
git remote add deploy "https://$GH_TOKEN@github.com/Jermolene/Testing2019.git" &>/dev/null || exit 1
|
git remote add deploy "https://$GH_TOKEN@github.com/Jermolene/Testing2019.git" &>/dev/null || exit 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user