소스 검색

Update drone.yml

tags/v0.0.5
Peter Vivell 6 년 전
부모
커밋
629f226a9a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml 파일 보기

@@ -17,7 +17,7 @@ steps:
17 17
     BUILDDEPS: build-essential libc6-dev libhidapi-dev libssl-dev   
18 18
     MAKEFLAGS: -j 4
19 19
   commands:
20
-    - mkdir -p /var/cache/apt/archives
20
+    - mkdir -p .cache /var/cache/apt/archives
21 21
     - cp -rp .cache/ /var/cache/apt/archives/
22 22
     - ls -l /var/cache/apt/archives
23 23
     - echo 'Acquire::http { Proxy "http://172.17.0.1:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy

Loading…
취소
저장