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
c02c271375
commit
36269c81c1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue