gitlab-ci: reorder substituters

This commit is contained in:
Luke Granger-Brown 2020-05-08 19:12:02 +01:00
parent 0158906a49
commit ee5d39b153

View file

@ -4,7 +4,7 @@ nixCache:
- "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"
- "test -d cache || mkdir cache" - "test -d cache || mkdir cache"
- "nix-build ./ci-root.nix --option extra-substituters \"s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1 file://$PWD/cache?trusted=1\"" - "nix-build ./ci-root.nix --option substituters \"file://$PWD/cache?trusted=1 https://cache.nixos.org s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1\""
- "nix copy --to 'file://cache' -f ./ci-root.nix" - "nix copy --to 'file://cache' -f ./ci-root.nix"
- "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: