From 336d9a5e646ad1a99dea9ab8b888089eae1ecd16 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Tue, 30 May 2017 09:32:15 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0161f7c3f..391184c68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,6 +65,7 @@ update(metager2): - chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite - chmod -R 777 storage - chmod -R 777 bootstrap/cache + - ./gulpbuild.sh - if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi - cd ~/ - while [ -d ~/MetaGer ]; do rm -rf ~/MetaGer;done @@ -102,6 +103,7 @@ update(metager3.de): - chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite - chmod -R 777 storage - chmod -R 777 bootstrap/cache + - ./gulpbuild.sh - if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi - cd ~/ - while [ -d ~/MetaGer ]; do rm -rf ~/MetaGer;done -- GitLab