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:
|
build:
|
||||||
image: debian
|
image: debian
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: [ push, tag ]
|
||||||
branch: master
|
branch: master
|
||||||
commands:
|
commands:
|
||||||
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
|
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
|
||||||
|
@ -31,7 +31,7 @@ pipeline:
|
||||||
publish-dryrun:
|
publish-dryrun:
|
||||||
image: debian
|
image: debian
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: [ push, tag ]
|
||||||
branch: master
|
branch: master
|
||||||
commands:
|
commands:
|
||||||
- ls dist/*
|
- ls dist/*
|
||||||
|
@ -40,7 +40,7 @@ pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: [ push, tag ]
|
||||||
branch: master
|
branch: master
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
|
|
Loading…
Reference in a new issue