Update build.sh

This commit is contained in:
Alexander Dzhoganov 2014-12-30 14:29:16 +02:00
parent be486b73ac
commit fb53c4d704
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -x
echo Commit hash: ${ghprbActualCommit}
echo Changes in this commit:
export COMMIT_CHANGES=`git diff --name-only --stat origin/master`
export COMMIT_CHANGES="`git diff --name-only --stat origin/master`"
echo ${COMMIT_CHANGES}
wget --quiet https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/bin/ckan-validate.py -O ckan-validate.py