try different cache config syntax
This commit is contained in:
parent
1808054fd6
commit
620d4325bf
1 changed files with 8 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
restore-cache:
|
restore-cache:
|
||||||
image: drillster/drone-volume-cache
|
image: drillster/drone-volume-cache
|
||||||
settings:
|
|
||||||
restore: true
|
restore: true
|
||||||
mount:
|
mount:
|
||||||
- /nix/store
|
- /nix/store
|
||||||
|
@ -15,10 +14,8 @@ pipeline:
|
||||||
- nix --no-sandbox flake info
|
- nix --no-sandbox flake info
|
||||||
- nix --no-sandbox develop -c statix check
|
- nix --no-sandbox develop -c statix check
|
||||||
|
|
||||||
save-cache:
|
rebuild-cache:
|
||||||
image: drillster/drone-volume-cache
|
image: drillster/drone-volume-cache
|
||||||
pull: true
|
|
||||||
settings:
|
|
||||||
rebuild: true
|
rebuild: true
|
||||||
mount:
|
mount:
|
||||||
- /nix/store
|
- /nix/store
|
||||||
|
|
Loading…
Reference in a new issue