Sfoglia il codice sorgente

update drone.yml

tags/v0.0.5
Peter Vivell 7 anni fa
parent
commit
6b21ecdaec
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml Vedi File

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
+    - echo 'Acquire::http { Proxy "http://unino.de:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy
19
     - apt-get update
19
     - apt-get update
20
     - apt-get --yes upgrade
20
     - apt-get --yes upgrade
21
     - 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…
Annulla
Salva