]> granicus.if.org Git - openjpeg/commitdiff
Remove useless diff command in abi-check.sh
authorAntonin Descampe <antonin@gmail.com>
Sun, 26 Jun 2016 18:00:37 +0000 (20:00 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Jun 2016 18:00:37 +0000 (20:00 +0200)
tools/travis-ci/abi-check.sh

index 13d0ff50147c3347a0d2f2352ed1bfdf4cee2f29..2bc19cacd2881ffc9bb8070f612cdd52217454a0 100755 (executable)
@@ -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:-}"