Do not checkout to the last tag.

pull/4/head
Cédric Bonhomme 2017-08-09 14:06:18 +02:00
parent 2750d317c7
commit fed021a158
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ mkdir $PATH_TO_MISP
chown www-data:www-data $PATH_TO_MISP
cd $PATH_TO_MISP
git clone https://github.com/MISP/MISP.git $PATH_TO_MISP
git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`)
#git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`)
git config core.filemode false
# chown -R www-data $PATH_TO_MISP
# chgrp -R www-data $PATH_TO_MISP