ci: updating woodpecker setup
This commit is contained in:
parent
2ea1905fac
commit
061511a9ed
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue