gitlab-ci: drop cache directive entirely
This commit is contained in:
parent
b9e5dac14c
commit
0949accaea
1 changed files with 0 additions and 4 deletions
|
@ -9,7 +9,3 @@ nixCache:
|
|||
- "cp ${OPS_SECRETS_DEFAULT_NIX} ops/secrets/default.nix"
|
||||
- "nix build -v -f ./ci-root.nix --substituters \"https://cache.nixos.org s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1\""
|
||||
- "nix copy -v --to 's3://lukegb-nix-cache?endpoint=storage.googleapis.com' ./result"
|
||||
cache:
|
||||
key: one-key-to-rule-them-all
|
||||
paths:
|
||||
- cache/
|
||||
|
|
Loading…
Reference in a new issue