Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Torrion
/
arbitry
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
test
master
komarov
hace 5 años
padre
da04a8e945
commit
197611030b
Se han
modificado 1 ficheros
con
12 adiciones
y
12 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+12
-12
.drone.yml
+ 12
- 12
.drone.yml
Ver fichero
@@ -7,18 +7,18 @@ clone:
steps:
- name: restore-cache-with-filesystem
image: meltwater/drone-cache:dev
pull: true
settings:
backend: "filesystem"
restore: true
cache_key: "volume"
archive_format: "gzip"
mount:
- 'vendor'
volumes:
- name: cache
path: /tmp/cache
image: meltwater/drone-cache:dev
pull: true
settings:
backend: "filesystem"
restore: true
cache_key: "volume"
archive_format: "gzip"
mount:
- 'vendor'
volumes:
- name: cache
path: /tmp/cache
- name: clone
image: docker:git
Escribir
Vista previa
Cargando…
Cancelar
Guardar