From: Antonin Descampe Date: Wed, 2 Aug 2017 15:07:29 +0000 (+0200) Subject: Update abi-check to take into account new defaults for "add" git command X-Git-Tag: v2.2.0~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=155fc2e279b85bd04709967b2797de4f69b0cf3e;p=openjpeg Update abi-check to take into account new defaults for "add" git command --- 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