Compare commits

..

1 Commits

Author SHA1 Message Date
Patrick Cleavelin 426a3d5bb9 don't plop nix store files on root of CI server
ci/woodpecker/pr/woodpecker Pipeline is pending Details
ci/woodpecker/push/woodpecker Pipeline failed Details
2023-07-31 17:36:51 -05:00
1 changed files with 2 additions and 2 deletions

View File

@ -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:
- ${AGENT_NIX_STORE_PATH}/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
- ${AGENT_NIX_STORE_PATH}/store:/nix/store
- /nix/store:${AGENT_NIX_STORE_PATH}/store