prettify the console output of Jenkins to match NetKAN

This commit is contained in:
Willhelm Rendahl 2015-05-28 12:52:15 +02:00
parent 2abb5fd48a
commit 869e058b1b
1 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,12 @@ mono --debug ckan.exe update
for f in ${COMMIT_CHANGES}
do
cat $f | python -m json.tool
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