Explorar el Código

Debug test

tags/0.0.42^0
Peter Vivell hace 7 años
padre
commit
ad59886978
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      drone.yml

+ 2
- 2
drone.yml Ver fichero

30
     context: /drone # defaults to root of git repo
30
     context: /drone # defaults to root of git repo
31
     #custom_dns: 127.0.0.11
31
     #custom_dns: 127.0.0.11
32
     storage_driver: overlay2 # aufs, overlay or vfs
32
     storage_driver: overlay2 # aufs, overlay or vfs
33
-    #debug: true
34
-    #launch_debug: true
33
+    debug: true
34
+    launch_debug: true
35
     target: builder # Dockerfile build target e.g. builder, debug, production
35
     target: builder # Dockerfile build target e.g. builder, debug, production
36
     dockerfile: Dockerfile
36
     dockerfile: Dockerfile
37
     auto_tag: false
37
     auto_tag: false

Loading…
Cancelar
Guardar