Explorar el Código

Update

tags/v0.0.50
Peter Vivell hace 6 años
padre
commit
f80defdd97
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml Ver fichero

@@ -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…
Cancelar
Guardar