From 730f157cb1446880595d4cb9391f14cd0052f863 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Mon, 10 Oct 2022 00:50:09 +0100 Subject: [PATCH] gitlab-ci: switch to using The Socket --- nix/gitlab-ci/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nix/gitlab-ci/default.nix b/nix/gitlab-ci/default.nix index 0b701d2efb..fbc59b81a8 100644 --- a/nix/gitlab-ci/default.nix +++ b/nix/gitlab-ci/default.nix @@ -25,9 +25,7 @@ let script = [ "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\"" - "sleep 10" # give sqlite some time to sync :( - "cp /nix/var/nix/db/db.sqlite* ./" - "GOOGLE_APPLICATION_CREDENTIALS=$HOME/sa.json nix run -f ./ go.nix.bcacheup -c bcacheup --cache_url gs://lukegb-nix-cache --nix_store_db ./db.sqlite ./result" + "GOOGLE_APPLICATION_CREDENTIALS=$HOME/sa.json nix run -f ./ go.nix.bcacheup -c bcacheup --cache_url gs://lukegb-nix-cache ./result" "cat ./result/other-systemPathJSON > systems.json" ]; artifacts = {