CI: Try to quieten the commits

logging-improvements
Jermolene 2019-01-07 18:48:40 +00:00
rodzic d5a25c9a96
commit 37b335a136
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ git config --global user.name "Travis CI" || exit 1
git add -A . || exit 1
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" || exit 1
git commit --quiet --message "Travis build: $TRAVIS_BUILD_NUMBER" || exit 1
git remote add deploy "https://$GH_TOKEN@github.com/Jermolene/Testing2019.git" &>/dev/null || exit 1