Merge pull request #747 from techman83/version_show

Display version info about ckan to make for easier failure diagnosis
This commit is contained in:
Willhelm Rendahl 2015-08-24 10:27:41 +02:00
commit 3f2dcf51ad
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"