Browse Source

Update

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

+ 4
- 6
drone.yml View File

@@ -22,6 +22,7 @@ steps:
22 22
 - name: prepare
23 23
   image: plugins/docker
24 24
   settings:
25
+    dry_run: true
25 26
     registry: reg.unino.de
26 27
     insecure: false
27 28
     #auth: authtoken
@@ -32,12 +33,9 @@ steps:
32 33
     repo: reg.unino.de/library/debian-devel
33 34
     #mirror: registry.hub.docker.com/library/busybox
34 35
 
35
-    dry_run: true
36
-
37
-
38
-    #bip: false
39
-    #context: /drone
40
-    #custom_dns:
36
+    bip: true
37
+    context: /drone
38
+    custom_dns: 127.0.0.11
41 39
     #storage_driver: aufs # aufs, overlay or vfs
42 40
 
43 41
     #debug: true

Loading…
Cancel
Save