Update build.sh

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

View File

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