Update build.sh
This commit is contained in:
parent
be486b73ac
commit
fb53c4d704
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue