CI: Try agin fixing CI steps conditions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
adcfe27ee1
commit
c02c271375
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ pipeline:
|
|||
build:
|
||||
image: debian
|
||||
when:
|
||||
event: tag
|
||||
event: [ push, tag ]
|
||||
branch: master
|
||||
commands:
|
||||
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
|
||||
|
@ -31,7 +31,7 @@ pipeline:
|
|||
publish-dryrun:
|
||||
image: debian
|
||||
when:
|
||||
event: tag
|
||||
event: [ push, tag ]
|
||||
branch: master
|
||||
commands:
|
||||
- ls dist/*
|
||||
|
@ -40,7 +40,7 @@ pipeline:
|
|||
publish:
|
||||
image: plugins/gitea-release
|
||||
when:
|
||||
event: tag
|
||||
event: [ push, tag ]
|
||||
branch: master
|
||||
settings:
|
||||
api_key:
|
||||
|
|
Loading…
Reference in a new issue