Quellcode durchsuchen

Update drone.yml

tags/v0.0.5
Peter Vivell vor 6 Jahren
Ursprung
Commit
ad953f446d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml Datei anzeigen

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

Laden…
Abbrechen
Speichern