From 426a3d5bb9b32caba5e39de94bdc21a223e76c6d Mon Sep 17 00:00:00 2001 From: Patrick Cleavelin Date: Mon, 31 Jul 2023 17:29:19 -0500 Subject: [PATCH] don't plop nix store files on root of CI server --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 152f1f5..94809a8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,7 @@ steps: - nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#docker - cp $(nix build --extra-experimental-features nix-command --extra-experimental-features flakes --print-out-paths .#docker) ./memejoin-rs.tar.gz volumes: - - /nix/store:/nix/store + - /nix/store:${AGENT_NIX_STORE_PATH}/store publish-image: when: @@ -22,4 +22,4 @@ steps: - 'docker image push git.spacegirl.nl/${CI_REPO}:${CI_COMMIT_TAG}' volumes: - /var/run/docker.sock:/var/run/docker.sock - - /nix/store:/nix/store + - /nix/store:${AGENT_NIX_STORE_PATH}/store