gitlab-ci: reenable binary cache building

This commit is contained in:
Luke Granger-Brown 2020-05-10 00:15:11 +01:00
parent 48299e775c
commit 3b8f4a2472

View file

@ -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"