From 155fc2e279b85bd04709967b2797de4f69b0cf3e Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Wed, 2 Aug 2017 17:07:29 +0200 Subject: [PATCH] Update abi-check to take into account new defaults for "add" git command --- tools/travis-ci/abi-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh index d17a7f5c..eab921a8 100755 --- a/tools/travis-ci/abi-check.sh +++ b/tools/travis-ci/abi-check.sh @@ -125,7 +125,7 @@ if [ ${OPJ_UPLOAD_ABI_REPORT} -eq 1 ]; then git config user.name "OpenJPEG Travis CI" git config user.email "info@openjpeg.org" - git add . + git add --all . git commit -m "Update ABI/API compatibility reports after commit ${TRAVIS_COMMIT:-}" # Get the deploy key by using Travis's stored variables to decrypt travis_rsa.enc