From b5fe5611658fc3d9501b4c1427d52d7d0d9cc270 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Tue, 7 Nov 2017 19:41:31 -0600 Subject: [PATCH] Remove key:generate from pipeline --- bitbucket-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index de62c00..3dc649b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,6 +14,4 @@ pipelines: - apt-get update && apt-get install -y unzip - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - composer install - - touch .env - - php artisan key:generate - vendor/bin/phpunit \ No newline at end of file