From efcde1f2dd1e7970fb0214679fd1f27ffe4ff294 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Wed, 16 Oct 2019 12:47:32 +0200 Subject: [PATCH] removed migration an seeding from ci --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index ad5665d25..757e071aa 100644 --- a/build.sh +++ b/build.sh @@ -27,8 +27,6 @@ chmod -R 777 storage chmod -R 777 bootstrap/cache npm install npm run production -php artisan migrate --force -php artisan db:seed --force php artisan requests:gather if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi cd ~/ -- GitLab