Explorar el Código

update drone.yml

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

+ 1
- 1
drone.yml Ver fichero

@@ -15,7 +15,7 @@ steps:
15 15
     DEBUG: true
16 16
   commands:
17 17
     - export PATH=$PATH
18
-    - echo 'Acquire::http { Proxy "http://unino.de:3142"; }' | sudo tee -a /etc/apt/apt.conf.d/proxy
18
+    - echo 'Acquire::http { Proxy "http://unino.de:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy
19 19
     - apt-get update
20 20
     - apt-get --yes upgrade
21 21
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev

Loading…
Cancelar
Guardar