Parcourir la source

Update drone.yml

tags/v0.0.5
Peter Vivell il y a 6 ans
Parent
révision
87585495f2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml Voir le fichier

@@ -12,7 +12,7 @@ steps:
12 12
   environment:
13 13
     MAKEFLAGS: "-j 4"
14 14
   commands:
15
-    - echo 'Acquire::http { Proxy "http://unino.de:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy
15
+    - echo 'Acquire::http { Proxy "http://172.17.0.1:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy
16 16
     - apt-get update
17 17
     - apt-get --yes upgrade
18 18
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev

Chargement…
Annuler
Enregistrer