Backed out changeset 0a0814edc45e
This commit is contained in:
parent
190606746c
commit
3325bac83b
1 changed files with 1 additions and 4 deletions
|
@ -8,7 +8,4 @@ set -euo pipefail
|
|||
|
||||
./hack/populate_secrets.sh
|
||||
|
||||
export AWS_ACCESS_KEY_ID="$(nix eval --raw -f ./ ops.secrets.nixCache.AWS_ACCESS_KEY_ID)"
|
||||
export AWS_SECRET_ACCESS_KEY="$(nix eval --raw -f ./ ops.secrets.nixCache.AWS_SECRET_ACCESS_KEY)"
|
||||
|
||||
exec "$(nix-build --substituters "https://cache.nixos.org s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1" --no-out-link ./docker-images.nix)"
|
||||
exec "$(nix-build --no-out-link ./docker-images.nix)"
|
||||
|
|
Loading…
Reference in a new issue