From: Antonin Descampe Date: Sun, 26 Jun 2016 18:00:37 +0000 (+0200) Subject: Remove useless diff command in abi-check.sh X-Git-Tag: v2.1.1^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d5002f8fd2f52521b5303ae391051ef201e9b5c;p=openjpeg Remove useless diff command in abi-check.sh --- diff --git a/tools/travis-ci/abi-check.sh b/tools/travis-ci/abi-check.sh index 13d0ff50..2bc19cac 100755 --- a/tools/travis-ci/abi-check.sh +++ b/tools/travis-ci/abi-check.sh @@ -96,9 +96,6 @@ if [ ${OPJ_UPLOAD_ABI_REPORT} -eq 1 ]; then git config user.name "OpenJPEG Travis CI" git config user.email "info@openjpeg.org" - # Commit the "changes", i.e. the new version. - # The delta will show diffs between new and old versions. - git diff > ../diff.patch git add . git commit -m "Update ABI/API compatibility reports after commit ${TRAVIS_COMMIT:-}"