gitlab-ci: reenable binary cache building
This commit is contained in:
parent
48299e775c
commit
3b8f4a2472
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ stages:
|
||||||
nixCache:
|
nixCache:
|
||||||
stage: build
|
stage: build
|
||||||
image: "nixos/nix:latest"
|
image: "nixos/nix:latest"
|
||||||
only:
|
|
||||||
- disabled_while_iterating
|
|
||||||
script:
|
script:
|
||||||
- "mkdir -p ops/secrets"
|
- "mkdir -p ops/secrets"
|
||||||
- "cp ${OPS_SECRETS_DEFAULT_NIX} ops/secrets/default.nix"
|
- "cp ${OPS_SECRETS_DEFAULT_NIX} ops/secrets/default.nix"
|
||||||
|
|
Loading…
Reference in a new issue