gitlab-ci: RAAAARGH
This commit is contained in:
parent
bcdb449269
commit
f994f155cd
2 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@ nixCache:
|
|||
stage: build
|
||||
image: "nixos/nix:latest"
|
||||
script:
|
||||
- "./hack/populate_secrets.sh"
|
||||
- "nix run -f ./ third_party.nixpkgs.bash -c ./hack/populate_secrets.sh"
|
||||
- "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"
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -p bash -i bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
Loading…
Reference in a new issue