浏览代码

Update drone.yml

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

+ 2
- 1
drone.yml 查看文件

@@ -13,7 +13,8 @@ steps:
13 13
     BUILDDEPS: build-essential libc6-dev libhidapi-dev libssl-dev   
14 14
     MAKEFLAGS: -j 4
15 15
   commands:
16
-    - | cat >> /etc/apt/apt.conf.d/01-proxy <<-EOF
16
+    - | 
17
+      cat >> /etc/apt/apt.conf.d/01-proxy <<-EOF
17 18
         Acquire::http  { Proxy "http://172.17.0.1:3142"; }
18 19
         Acquire::https { Proxy "https://"; };
19 20
       EOF

正在加载...
取消
保存