Peter Vivell 7 лет назад
Родитель
Сommit
629f226a9a
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml Просмотреть файл

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

Загрузка…
Отмена
Сохранить