瀏覽代碼

Update drone.yml

tags/v0.0.5
Peter Vivell 6 年之前
父節點
當前提交
ad953f446d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml 查看文件

@@ -13,7 +13,7 @@ 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
+    - | cat >> /etc/apt/apt.conf.d/01-proxy <<-EOF
17 17
         Acquire::http  { Proxy "http://172.17.0.1:3142"; }
18 18
         Acquire::https { Proxy "https://"; };
19 19
       EOF

Loading…
取消
儲存