Update build.sh

This commit is contained in:
Alexander Dzhoganov 2014-12-30 00:50:39 +02:00
parent a42f9ea3e0
commit d4b9c1d6d1
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
echo Commit hash: ${ghprbActualCommit}
echo Changes in this commit:
export HEAD=`git rev-parse HEAD`
export COMMIT_CHANGES=`git diff-tree --name-only ${HEAD}..${ghprbActualCommit}`
export COMMIT_CHANGES=`git diff --name-only --stat origin/master`
echo ${COMMIT_CHANGES}
wget https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/bin/ckan-validate.py -O ckan-validate.py