mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Fix woodpecker
This commit is contained in:
parent
4532fd90ea
commit
e8c91df0c8
2 changed files with 8 additions and 2 deletions
|
@ -34,4 +34,7 @@ pipeline:
|
||||||
repo: keyoxide/doip-proxy
|
repo: keyoxide/doip-proxy
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- test
|
|
@ -8,4 +8,7 @@ pipeline:
|
||||||
email:
|
email:
|
||||||
from_secret: npm_email
|
from_secret: npm_email
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- test
|
Loading…
Reference in a new issue