This commit is contained in:
parent
81288916da
commit
2a366e24a5
1 changed files with 1 additions and 3 deletions
|
@ -3,10 +3,8 @@ pipeline:
|
||||||
image: barichello/godot-ci
|
image: barichello/godot-ci
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- godot --path src/ --export-debug "Linux/X11" frame_of_mind
|
- godot --path src/ --export-debug "Linux/X11" ../frame_of_mind
|
||||||
upload:
|
upload:
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
commands:
|
commands:
|
||||||
- ls .
|
|
||||||
- ls src
|
|
||||||
- curl --user nek0:$${GITEA_TOKEN} --upload-file frame_of_mind https://gitea.nek0.eu/api/packages/nek0/generic/frame_of_mind/0.0.0/frame_of_mind
|
- curl --user nek0:$${GITEA_TOKEN} --upload-file frame_of_mind https://gitea.nek0.eu/api/packages/nek0/generic/frame_of_mind/0.0.0/frame_of_mind
|
||||||
|
|
Loading…
Reference in a new issue