CI: try to fix running steps build & publish
This commit is contained in:
parent
f6a75f8cb6
commit
64c8659000
1 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: debian
|
image: debian
|
||||||
when:
|
when:
|
||||||
event: tag
|
|
||||||
tag: v*
|
tag: v*
|
||||||
branch: master
|
branch: master
|
||||||
commands:
|
commands:
|
||||||
|
@ -32,7 +31,6 @@ pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
when:
|
when:
|
||||||
event: tag
|
|
||||||
tag: v*
|
tag: v*
|
||||||
branch: master
|
branch: master
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue