Browse Source

Update drone.yml

tags/v0.0.5
Peter Vivell 6 years ago
parent
commit
87585495f2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml View File

12
   environment:
12
   environment:
13
     MAKEFLAGS: "-j 4"
13
     MAKEFLAGS: "-j 4"
14
   commands:
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
     - apt-get update
16
     - apt-get update
17
     - apt-get --yes upgrade
17
     - apt-get --yes upgrade
18
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev
18
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev

Loading…
Cancel
Save