ci: see if we do not need drone workarounds
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
D. Moonfire 2022-12-21 18:28:54 -06:00
parent 1503631669
commit eea223f9b8

View file

@ -23,8 +23,6 @@ pipeline:
release-main: release-main:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands: 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 - nix develop --command scripts/release.sh
secrets: secrets:
- gitea_token - gitea_token