Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
Torrion
/
arbitry
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
test
master
komarov
5 anni fa
parent
da04a8e945
commit
197611030b
1 ha cambiato i file
con
12 aggiunte
e
12 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-12
.drone.yml
+ 12
- 12
.drone.yml
Vedi File
@@ -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
Write
Preview
Loading…
Annulla
Salva