CI: Try agin fixing CI steps conditions
This commit is contained in:
parent
ed87cd09f0
commit
fd1317cce6
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue