From b8883d5a9e11cb2dd807215f2793a5d8887eecf0 Mon Sep 17 00:00:00 2001 From: Too Date: Sat, 23 Jun 2018 00:39:19 +0800 Subject: [PATCH] remove wrong symbol inside bash command --- .gitlab-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.sh b/.gitlab-ci.sh index 58be5903..1377b496 100644 --- a/.gitlab-ci.sh +++ b/.gitlab-ci.sh @@ -23,7 +23,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\JWTAuthServiceProvider" +php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\LaravelServiceProvider" php artisan jwt:secret php artisan config:cache php artisan config:clear