Update build.sh

This commit is contained in:
Alexander Dzhoganov 2014-12-30 00:24:12 +02:00
parent 9e22bf859d
commit ccf1213f5c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
echo Commit hash: ${ghprbActualCommit}
echo Changes in this commit:
export COMMIT_CHANGES=`git --no-pager diff --name-only FETCH_HEAD $(git merge-base FETCH_HEAD master)`
export COMMIT_CHANGES=`git diff ${ghprbActualCommit}^1 ${ghprbActualCommit}`
echo ${COMMIT_CHANGES}
wget https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/bin/ckan-validate.py -O ckan-validate.py