2020-05-09 12:48:37 +00:00
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
|
2020-05-08 16:48:34 +00:00
|
|
|
nixCache:
|
2020-05-09 12:48:37 +00:00
|
|
|
stage: build
|
2020-05-08 16:48:34 +00:00
|
|
|
image: "nixos/nix:latest"
|
|
|
|
script:
|
2020-05-08 17:02:42 +00:00
|
|
|
- "mkdir -p ops/secrets"
|
|
|
|
- "cp ${OPS_SECRETS_DEFAULT_NIX} ops/secrets/default.nix"
|
2020-05-09 12:48:37 +00:00
|
|
|
- "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"
|
2020-05-08 16:48:34 +00:00
|
|
|
cache:
|
|
|
|
key: one-key-to-rule-them-all
|
2020-05-08 17:53:41 +00:00
|
|
|
paths:
|
|
|
|
- cache/
|