Merge pull request #548 from pjf/make_daz_happy

Testing: Pretty-print metadata when verifying.
This commit is contained in:
Magnus Aagaard Sørensen 2015-05-28 12:46:27 +02:00
commit 2abb5fd48a
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ mono --debug ckan.exe update
for f in ${COMMIT_CHANGES}
do
cat $f | python -m json.tool
mono --debug ckan.exe install -c $f --headless
done