From 0064700433dc9c482ba2867c27959c1e3595c814 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Thu, 22 Feb 2018 12:41:48 +0100 Subject: [PATCH] Fehler im Build behoben --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4129f3e2..83fd00b94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,13 +24,13 @@ update(144.76.113.134): - scp -P 63824 metager@metager3.de:~/blacklistDomains.txt config/ - touch storage/logs/laravel.log - touch storage/logs/worker.log + - touch database/metager.sqlite - chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite - chmod -R 777 storage - chmod -R 777 bootstrap/cache - npm install - - ./gulpbuild.sh - - touch database/metager.sqlite - php artisan migrate --force + - ./gulpbuild.sh - if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi - cd ~/ - while [ -d ~/MetaGer ]; do rm -rf ~/MetaGer;done @@ -64,13 +64,13 @@ update(metager2): - scp -P 63824 metager@metager3.de:~/blacklistDomains.txt config/ - touch storage/logs/laravel.log - touch storage/logs/worker.log + - touch database/metager.sqlite - chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite - chmod -R 777 storage - chmod -R 777 bootstrap/cache - npm install - - ./gulpbuild.sh - - touch database/metager.sqlite - php artisan migrate --force + - ./gulpbuild.sh - if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi - cd ~/ - while [ -d ~/MetaGer ]; do rm -rf ~/MetaGer;done @@ -104,13 +104,13 @@ update(metager3.de): - scp -P 63824 metager@metager3.de:~/blacklistDomains.txt config/ - touch storage/logs/laravel.log - touch storage/logs/worker.log + - touch database/metager.sqlite - chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite - chmod -R 777 storage - chmod -R 777 bootstrap/cache - npm install - - ./gulpbuild.sh - - touch database/metager.sqlite - php artisan migrate --force + - ./gulpbuild.sh - if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi - cd ~/ - while [ -d ~/MetaGer ]; do rm -rf ~/MetaGer;done -- GitLab