Remove useless diff command in abi-check.sh

This commit is contained in:
Antonin Descampe 2016-06-26 20:00:37 +02:00 committed by GitHub
parent e4c74f5364
commit 9d5002f8fd
1 changed files with 0 additions and 3 deletions

View File

@ -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:-}"