don't print nix store path
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details

pull/6/head
Patrick Cleavelin 2023-07-31 22:10:19 -05:00
parent 29105e2ba2
commit b54754df87
1 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,6 @@ steps:
event: push event: push
image: alpine:edge image: alpine:edge
commands: commands:
- echo ${AGENT_NIX_STORE_PATH}
- apk add --no-cache git nix --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing - apk add --no-cache git nix --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
- echo "system-features = nixos-test benchmark big-parallel uid-range kvm" > /etc/nix/nix.conf - echo "system-features = nixos-test benchmark big-parallel uid-range kvm" > /etc/nix/nix.conf
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#docker - nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#docker
@ -14,8 +13,7 @@ steps:
publish-image: publish-image:
when: when:
- event: tag event: tag
branch: master
image: docker image: docker
secrets: [ forgejo_token ] secrets: [ forgejo_token ]
commands: commands: