CI: Try agin fixing CI steps conditions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Benjamin Renard 2022-04-28 00:40:16 +02:00
parent adcfe27ee1
commit c02c271375

View file

@ -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: