Merge pull request #549 from Dazpoet/master

prettify the console output of Jenkins to match NetKAN
This commit is contained in:
Magnus Aagaard Sørensen 2015-05-28 12:54:56 +02:00
commit 8b18eb2e46
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