Browse Source

Update drone.yml

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

+ 1
- 0
drone.yml View File

16
   commands:
16
   commands:
17
     - export PATH=$PATH
17
     - export PATH=$PATH
18
     - echo 'Acquire::http { Proxy "http://unino.de:3142"; }' | 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
+    - ls -l /var/cache/apt/archives
19
     - apt-get update
20
     - apt-get update
20
     - apt-get --yes upgrade
21
     - apt-get --yes upgrade
21
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev
22
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev

Loading…
Cancel
Save