From eea223f9b8b40b8c34d8939e328c2bb8c88b77ac Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Wed, 21 Dec 2022 18:28:54 -0600 Subject: [PATCH] ci: see if we do not need drone workarounds --- .woodpecker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index af55983..9b5823d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -23,8 +23,6 @@ pipeline: release-main: image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest commands: - - export DRONE="true" # Required to convince `env-ci` that it is a known CI - - git branch $DRONE_BRANCH origin/$DRONE_BRANCH # semantic-release needs this locally - nix develop --command scripts/release.sh secrets: - gitea_token