ci: updating woodpecker setup

This commit is contained in:
D. Moonfire 2022-11-02 19:52:21 -05:00
parent 2ea1905fac
commit 061511a9ed

View file

@ -10,8 +10,7 @@ pipeline:
commands: commands:
- nix develop --command scripts/build.sh - nix develop --command scripts/build.sh
when: when:
event: [push, pull_request, tag] event: [push, pull_request]
tag: v*
test: test:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
@ -19,11 +18,6 @@ pipeline:
- nix develop --command scripts/test.sh - nix develop --command scripts/test.sh
when: when:
event: [push, pull_request] event: [push, pull_request]
#paths:
# - ./**/*test-result.xml
# - ./coverage/Cobertura.xml
# - ./coverage/Summary.*
# - ./**/*.nupkg
release-main: release-main:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest