update ci config
ci/woodpecker/push/woodpecker Pipeline failed Details

pull/137/head
Simon Vieille 5 months ago
parent ec8cf06082
commit 0321f6e7f4
Signed by: deblan
GPG Key ID: 579388D585F70417

@ -2,7 +2,7 @@ pipeline:
dependencies:
image: deblan/devenv
commands:
- npm install
- make dep
when:
event: [tag, push, pull_request]
branch: [master, develop, feature/*]
@ -10,7 +10,7 @@ pipeline:
build:
image: deblan/devenv
commands:
- make npm-build
- make build
when:
event: [push, pull_request]

Loading…
Cancel
Save