Update abi-check to take into account new defaults for "add" git command

This commit is contained in:
Antonin Descampe 2017-08-02 17:07:29 +02:00
parent eb90d8ec93
commit 155fc2e279
1 changed files with 1 additions and 1 deletions

View File

@ -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