gitlab-ci: actually set cache path
Oops.
This commit is contained in:
parent
e0160d133f
commit
0158906a49
1 changed files with 2 additions and 0 deletions
|
@ -9,3 +9,5 @@ nixCache:
|
||||||
- "nix copy --to 's3://lukegb-nix-cache?endpoint=storage.googleapis.com' -f ./ci-root.nix"
|
- "nix copy --to 's3://lukegb-nix-cache?endpoint=storage.googleapis.com' -f ./ci-root.nix"
|
||||||
cache:
|
cache:
|
||||||
key: one-key-to-rule-them-all
|
key: one-key-to-rule-them-all
|
||||||
|
paths:
|
||||||
|
- cache/
|
||||||
|
|
Loading…
Reference in a new issue