Browse Source

Update drone.yml

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

+ 1
- 1
drone.yml View File

10
   image: debian:stable-slim
10
   image: debian:stable-slim
11
   privileged: false
11
   privileged: false
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://unino.de:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy
16
     - apt-get update
16
     - apt-get update

Loading…
Cancel
Save