浏览代码

Debug test

tags/0.0.42^0
Peter Vivell 6 年前
父节点
当前提交
ad59886978
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      drone.yml

+ 2
- 2
drone.yml 查看文件

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

正在加载...
取消
保存