This commit is contained in:
parent
095c657d63
commit
9967235640
|
|
@ -1,12 +1,12 @@
|
||||||
steps:
|
steps:
|
||||||
build:
|
- name: build
|
||||||
image: transactcharlie/docker-nuitka
|
image: transactcharlie/docker-nuitka
|
||||||
commands:
|
commands:
|
||||||
- nuitka3 src/main.py -o baloon
|
- nuitka3 src/main.py -o baloon
|
||||||
- ls -lh
|
- ls -lh
|
||||||
- file baloon
|
- file baloon
|
||||||
|
|
||||||
release:
|
- name: release
|
||||||
# image: woodpeckerci/plugin-gitea-release
|
# image: woodpeckerci/plugin-gitea-release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue