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:42:38 +02:00
parent c02c271375
commit 36269c81c1

View file

@ -21,6 +21,7 @@ pipeline:
when:
event: [ push, 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,6 +34,7 @@ pipeline:
when:
event: [ push, tag ]
branch: master
tag: v*
commands:
- ls dist/*
- ls deb_dist/*
@ -42,6 +44,7 @@ pipeline:
when:
event: [ push, tag ]
branch: master
tag: v*
settings:
api_key:
from_secret: gitea_token