prettify the console output of Jenkins to match NetKAN
This commit is contained in:
parent
2abb5fd48a
commit
869e058b1b
5
build.sh
5
build.sh
|
@ -33,7 +33,12 @@ mono --debug ckan.exe update
|
|||
|
||||
for f in ${COMMIT_CHANGES}
|
||||
do
|
||||
echo ----------------------------------------------
|
||||
echo
|
||||
cat $f | python -m json.tool
|
||||
echo ----------------------------------------------
|
||||
echo
|
||||
echo Running ckan install -c $f
|
||||
mono --debug ckan.exe install -c $f --headless
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue