From decbe33f1f218bb5eddc455cd907551c62672cd1 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 7 Jan 2019 17:08:25 +0000 Subject: [PATCH] CI: More tweaking git commands... --- bin/travis-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/travis-push.sh b/bin/travis-push.sh index 528c5c824..3d8a6f904 100755 --- a/bin/travis-push.sh +++ b/bin/travis-push.sh @@ -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