Remove key:generate from pipeline

This commit is contained in:
Ben Ramey
2017-11-07 19:41:31 -06:00
parent 5f9da8bcb9
commit b5fe561165

View File

@@ -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