From 9b15f8102f53212cf8e95e17c2293069f264debe Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Tue, 19 Jul 2022 19:25:56 -0500 Subject: [PATCH] ci(woodpecker): cleaning up typo --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7957201..af55983 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -24,7 +24,7 @@ pipeline: 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 $$CI_COMMIT_SOURCE_BRANCH origin/$$CI_COMMIT_SOURCE_BRANCH # semantic-release needs this locally + - git branch $DRONE_BRANCH origin/$DRONE_BRANCH # semantic-release needs this locally - nix develop --command scripts/release.sh secrets: - gitea_token