Compare commits
No commits in common. "v1.01" and "main" have entirely different histories.
|
|
@ -1,24 +0,0 @@
|
|||
steps:
|
||||
- name: build
|
||||
image: git.zunet.ru/iu/nuitka:v215
|
||||
commands:
|
||||
- nuitka3 src/main.py -o baloon
|
||||
- ls -lh
|
||||
- file baloon
|
||||
|
||||
- name: release
|
||||
# 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: Ti ${CI_COMMIT_TAG##v}
|
||||
|
||||
when:
|
||||
- event: tag
|
||||
ref: refs/tags/v*
|
||||
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
FROM python:3
|
||||
|
||||
RUN pip install -U nuitka
|
||||
Loading…
Reference in New Issue