diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 645e795f7c64f13f09562b5443a2f834d9606b89..621de309ca0bdd3ecd6ece80c0c764678e23fcc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,11 +9,8 @@ update: # Pfad zum neu geklonten Repo - path=`pwd` # Klone das Repo neu, falls es noch nicht existiert - - if [ ! -d ~/MetaGer ] ; then git clone "$path" ; fi + - if [ ! -d ~/MetaGer ] ; then git clone "$path" ; cd ~/MetaGer ; composer update ; chmod -R 777 storage/ bootstrap/cache ; fi # Falls notwendig Laravel-Framework initialisieren: - - cd ~/MetaGer - - composer update - - tmp=$(chmod -R 777 storage/ bootstrap/cache) - if [ ! -f .env ] ; then cp .env.example .env ; fi - if [ $(grep "SomeRandomString" .env) ] ; then php artisan key:generate ; fi # Falls notwendig Homestead Server intialisieren: