Update CKAN version to be used

This commit is contained in:
Aitor Magán García 2016-07-19 21:13:28 +02:00 committed by GitHub
parent ad26e11963
commit 06e09083b0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ POSTGRES_PORT=${POSTGRES_PORT:=5432}
echo "Downloading CKAN..."
git clone https://github.com/ckan/ckan
cd ckan
git checkout release-v2.5.2
git checkout release-v2.5.3
cd $WD