ci(woodpecker): faking drone logic

This commit is contained in:
D. Moonfire 2022-07-14 15:37:52 -05:00
parent 04b6238dcb
commit 2db1900176

View file

@ -17,6 +17,7 @@ pipeline:
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 - 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
- git branch -a - git branch -a
- git tag --merged main - git tag --merged main
- nix develop --command scripts/release.sh - nix develop --command scripts/release.sh