From b01c7ad9ce6a330ac7fa42ec3d065609558c47c0 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Sat, 23 Jun 2018 01:15:29 +0800 Subject: [PATCH] removed publish jwtauth --- .gitlab-ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.sh b/.gitlab-ci.sh index 148cd33e..26e4307f 100644 --- a/.gitlab-ci.sh +++ b/.gitlab-ci.sh @@ -27,7 +27,7 @@ pecl install xdebug && docker-php-ext-enable xdebug # Generate an application key. Re-cache. php artisan key:generate -php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\LaravelServiceProvider" +# php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\LaravelServiceProvider" php artisan jwt:secret php artisan config:cache php artisan config:clear @@ -39,7 +39,7 @@ php artisan migrate:refresh --seed # clear class map php artisan clear-compiled composer dump-autoload -php artisan optimize +# php artisan optimize