Browse Source

drone.yml updated

Guillermo Espinoza 7 years ago
parent
commit
642577af57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -48,7 +48,7 @@ pipeline:
 
       - tail -f var/logs/*.log &
       # - bin/console server:run --help --end=prod
-      - bin/console server:run --env=prod &
+      - bin/console server:run --env=test &
       - vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist
 
  docker: