Browse Source

Update drone.yml

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

+ 1
- 1
drone.yml View File

13
     BUILDDEPS: build-essential libc6-dev libhidapi-dev libssl-dev   
13
     BUILDDEPS: build-essential libc6-dev libhidapi-dev libssl-dev   
14
     MAKEFLAGS: -j 4
14
     MAKEFLAGS: -j 4
15
   commands:
15
   commands:
16
-    - cat >> /etc/apt/apt.conf.d/01-proxy <<-EOF
16
+    - | cat >> /etc/apt/apt.conf.d/01-proxy <<-EOF
17
         Acquire::http  { Proxy "http://172.17.0.1:3142"; }
17
         Acquire::http  { Proxy "http://172.17.0.1:3142"; }
18
         Acquire::https { Proxy "https://"; };
18
         Acquire::https { Proxy "https://"; };
19
       EOF
19
       EOF

Loading…
Cancel
Save