Browse Source

Update

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

+ 1
- 1
drone.yml View File

@@ -27,7 +27,7 @@ steps:
27 27
     repo: reg.unino.de/develop/debian-${DRONE_REPO_NAMESPACE}-${DRONE_REPO_NAME}
28 28
     #mirror: registry-1.docker.io
29 29
     bip: 172.17.0.1/16 # set bridge if non-existent
30
-    context: /drone # defaults to root of git repo
30
+    context: /drone/src # defaults to root of git repo
31 31
     #custom_dns: 127.0.0.11 # defaults to 8.8.8.8 and 8.8.4.4 
32 32
     storage_driver: overlay2 # aufs, overlay or vfs
33 33
     #debug: true

Loading…
Cancel
Save