Guillermo Espinoza hace 7 años
padre
commit
d4d84f0c4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: