CI: Try agin fixing CI steps conditions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Benjamin Renard 2022-04-28 17:04:32 +02:00
parent f07ec8d0e9
commit 03668e7003

View file

@ -20,8 +20,6 @@ pipeline:
image: debian
when:
event: tag
branch: master
tag: v*
commands:
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
- DEBIAN_FRONTEND=noninteractive apt-get -y -qq upgrade < /dev/null > /dev/null
@ -33,8 +31,6 @@ pipeline:
image: debian
when:
event: tag
branch: master
tag: v*
commands:
- ls dist/*
- ls deb_dist/*
@ -43,8 +39,6 @@ pipeline:
image: plugins/gitea-release
when:
event: tag
branch: master
tag: v*
settings:
api_key:
from_secret: gitea_token