From 64ecf1402a96ecdd533301e6dad2f5b1391b7c22 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Tue, 3 May 2016 13:41:35 +0200 Subject: [PATCH] Bugfix --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 621de309c..f70f64ad7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ update: - which php # Pfad zum neu geklonten Repo - path=`pwd` + - cd ~/ # Klone das Repo neu, falls es noch nicht existiert - if [ ! -d ~/MetaGer ] ; then git clone "$path" ; cd ~/MetaGer ; composer update ; chmod -R 777 storage/ bootstrap/cache ; fi # Falls notwendig Laravel-Framework initialisieren: -- GitLab