diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 621de309ca0bdd3ecd6ece80c0c764678e23fcc2..f70f64ad7dd5d06b2dea80f1f1cb62b8cde841f1 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: