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

+ 1 - 1
.drone.yml

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