From 445e1647283cbe71455dad3f6a10d9b4605ae13a Mon Sep 17 00:00:00 2001 From: Leon Wright Date: Mon, 24 Aug 2015 16:25:53 +0800 Subject: [PATCH] Display version info about ckan to make for easier failure diagnosis --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 7938b270d2..89ae0f5da5 100755 --- a/build.sh +++ b/build.sh @@ -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"