summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2016-06-26 20:00:37 +0200
committerGitHub <noreply@github.com>2016-06-26 20:00:37 +0200
commit9d5002f8fd2f52521b5303ae391051ef201e9b5c (patch)
treed455613e82038f10205a2c77a4fabc72e527e9db /tools
parente4c74f536461f6af1d4487bf4e8250d60a06f431 (diff)
Remove useless diff command in abi-check.sh
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci/abi-check.sh3
1 files changed, 0 insertions, 3 deletions
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:-}"