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

This commit is contained in:
Benjamin Renard 2022-04-28 00:01:54 +02:00
parent ed87cd09f0
commit fd1317cce6

View file

@ -18,7 +18,8 @@ pipeline:
build:
image: debian
when:
tag: v*
event: tag
branch: master
commands:
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
- DEBIAN_FRONTEND=noninteractive apt-get -y -qq upgrade < /dev/null > /dev/null
@ -28,7 +29,8 @@ pipeline:
publish:
image: plugins/gitea-release
when:
tag: v*
event: tag
branch: master
settings:
api_key:
from_secret: gitea_token