소스 검색

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

Loading…
취소
저장