+
ci/woodpecker/push/build Pipeline was successful
Details
ci/woodpecker/push/build Pipeline was successful
Details
This commit is contained in:
parent
3d7b977f50
commit
4c9df6c6a4
|
|
@ -5,4 +5,18 @@ steps:
|
|||
- nuitka3 src/main.py -o baloon
|
||||
- ls -lh
|
||||
- file baloon
|
||||
- name: publish
|
||||
# image: woodpeckerci/plugin-gitea-release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://git.zunet.ru
|
||||
files:
|
||||
- "baloon"
|
||||
api_key:
|
||||
from_secret: SEC1
|
||||
target: main
|
||||
title: ${CI_COMMIT_TAG##v}
|
||||
when:
|
||||
event: tag
|
||||
tag: v*
|
||||
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
steps:
|
||||
- name: publish
|
||||
# image: woodpeckerci/plugin-gitea-release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://git.zunet.ru
|
||||
files:
|
||||
- "baloon"
|
||||
api_key:
|
||||
from_secret: SEC1
|
||||
target: main
|
||||
title: ${CI_COMMIT_TAG##v}
|
||||
when:
|
||||
event: tag
|
||||
tag: v*
|
||||
|
||||
depends_on:
|
||||
- build
|
||||
Loading…
Reference in New Issue