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