Display version info about ckan to make for easier failure diagnosis

This commit is contained in:
Leon Wright 2015-08-24 16:25:53 +08:00
parent 7e30480aeb
commit 445e164728
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ chmod a+x ckan-validate.py
# fetch latest ckan.exe
echo "Fetching latest ckan.exe"
wget --quiet $LATEST_CKAN_URL -O ckan.exe
mono ckan.exe version
# Fetch the latest metadata.
echo "Fetching latest metadata"