Browse Source

Update

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

+ 2
- 2
drone.yml View File

@@ -36,7 +36,7 @@ steps:
36 36
     bip: 172.17.0.1/24
37 37
     context: /drone
38 38
     #custom_dns: 127.0.0.11
39
-    #storage_driver: aufs # aufs, overlay or vfs
39
+    storage_driver: overlay2 # aufs, overlay or vfs
40 40
 
41 41
     #debug: true
42 42
     #launch_debug: true
@@ -49,7 +49,7 @@ steps:
49 49
     tags:
50 50
       - latest
51 51
     build_args:
52
-      - HTTP_PROXY=http://172.17.0.1:3142
52
+      - HTTP_PROXY=http://999.172.17.0.1:3142
53 53
       - BUILDDEPS=build-essential libc6-dev libhidapi-dev libssl-dev zip
54 54
 
55 55
 

Loading…
Cancel
Save