Update build.sh
This commit is contained in:
parent
b390a919a3
commit
9211ba88b8
2
build.sh
2
build.sh
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
echo Commit hash: ${ghprbActualCommit}
|
echo Commit hash: ${ghprbActualCommit}
|
||||||
echo Changes in this commit:
|
echo Changes in this commit:
|
||||||
export COMMIT_CHANGES=`git diff-tree --no-commit-id --name-only -r ${ghprbActualCommit}`
|
export COMMIT_CHANGES=`git diff ${ghprbTargetBranch}..${ghprbSourceBranch}`
|
||||||
echo ${COMMIT_CHANGES}
|
echo ${COMMIT_CHANGES}
|
||||||
|
|
||||||
wget https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/bin/ckan-validate.py -O ckan-validate.py
|
wget https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/bin/ckan-validate.py -O ckan-validate.py
|
||||||
|
|
Loading…
Reference in New Issue