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