From b54754df878d36da1a4475024cb16a5c394fc214 Mon Sep 17 00:00:00 2001 From: Patrick Cleavelin Date: Mon, 31 Jul 2023 22:10:19 -0500 Subject: [PATCH] don't print nix store path --- .woodpecker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1726532..7e7c50b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,6 @@ steps: event: push image: alpine:edge commands: - - echo ${AGENT_NIX_STORE_PATH} - 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 - nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#docker @@ -14,8 +13,7 @@ steps: publish-image: when: - - event: tag - branch: master + event: tag image: docker secrets: [ forgejo_token ] commands: