fix(ci): working on woodpecker tagging and releases

This commit is contained in:
D. Moonfire 2022-07-15 00:49:11 -05:00
parent 39717b68a2
commit cae57971f8

View file

@ -9,10 +9,9 @@ pipeline:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands:
- nix develop --command scripts/build.sh
test:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands:
- nix develop --command scripts/test.sh
when:
event: [push, pull_request]
release:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands:
@ -23,6 +22,7 @@ pipeline:
- gitea_token
- git_credentials
when:
event: [push]
branch: main
gitea:
image: plugins/gitea-release
@ -32,4 +32,5 @@ pipeline:
base_url: https://src.mfgames.com
files: exit-planning*.*
when:
branch: main
event: [tag]
tag: v*