This commit is contained in:
parent
8e3d004434
commit
e1b3c2a4fc
|
|
@ -1,11 +1,11 @@
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
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
|
||||||
- name: release
|
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