From fed021a158dc2bfef76fb287428d24c6481705d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 9 Aug 2017 14:06:18 +0200 Subject: [PATCH] Do not checkout to the last tag. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index c417094..9308692 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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