diff options
| author | Antonin Descampe <antonin@gmail.com> | 2017-08-02 17:07:29 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2017-08-02 17:07:29 +0200 |
| commit | 155fc2e279b85bd04709967b2797de4f69b0cf3e (patch) | |
| tree | 5239dbc820f872866a4f568eecc73bbcf3641f86 | |
| parent | eb90d8ec935eba934bfd260cc80c8ef445dff4fd (diff) | |
Update abi-check to take into account new defaults for "add" git command
| -rwxr-xr-x | tools/travis-ci/abi-check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
