Explorar el Código

update drone.yml

tags/v0.0.5
Peter Vivell hace 6 años
padre
commit
bb10c185c9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      drone.yml

+ 2
- 1
drone.yml Ver fichero

10
   image: debian:stable-slim
10
   image: debian:stable-slim
11
   privileged: false
11
   privileged: false
12
   cache:
12
   cache:
13
-    - /var/cache/apt/archives
13
+    - /var/cache/apt
14
   environment:
14
   environment:
15
     DEBUG: true
15
     DEBUG: true
16
   commands:
16
   commands:
17
     - export PATH=$PATH
17
     - export PATH=$PATH
18
+    - echo 'Acquire::http { Proxy "http://unino.de:3142"; }' | sudo tee -a /etc/apt/apt.conf.d/proxy
18
     - apt-get update
19
     - apt-get update
19
     - apt-get --yes upgrade
20
     - apt-get --yes upgrade
20
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev
21
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev

Loading…
Cancelar
Guardar