fix woodpecker pipeline
ci/woodpecker/push/woodpecker Pipeline was successful Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon Vieille 2022-07-25 11:06:27 +02:00
parent 049e601f62
commit 293e4bf62b
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ pipeline:
image: deblan/devenv
commands:
- npm install
when:
branch: [master, develop, feature/*]
event:
@ -15,7 +14,7 @@ pipeline:
commands:
- make npm-build
when:
branch: [master, develop, feature/*]
branch: [develop, feature/*]
event:
- push
- pull_request