Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
Former-commit-id: fe7ef5e
  • Loading branch information
bastiaanv committed Jun 23, 2019
1 parent a26f3ab commit 8a9e519
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ build-assets:
# Download the artifacts for these jobs
dependencies:
- composer
- npm
script:
- npm run production --progress false
artifacts:
Expand All @@ -68,7 +67,6 @@ db-seeding:
# Download the artifacts for these jobs
dependencies:
- composer
- npm
script:
- php artisan migrate:fresh --seed
artifacts:
Expand Down

0 comments on commit 8a9e519

Please sign in to comment.