builder image
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-07-31 19:46:38 +02:00
parent 5d856f1062
commit 1d39ee8d07
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -6,9 +6,8 @@ steps:
- make ci-version
- name: build
image: barichello/godot-ci:4.7.1
image: git.teletypegames.org/internal/godot-builder:4.7.1
commands:
- apt-get update && apt-get install -y --no-install-recommends make zip
- make ci-export
- name: artifact
+1 -1
View File
@@ -15,7 +15,7 @@ point for the opponent.
## Development
The project uses the [godot-tools](https://git.teletype.hu/tools/godot-tools)
The project uses the [godot-tools](https://git.teletypegames.org/tools/godot-tools)
templates: build logic lives in the `Makefile`, the web export
configuration in `export_presets.cfg` (the `Web` preset, threads
disabled).
+1 -1
View File
@@ -3,7 +3,7 @@
"title": "Pong",
"author": "Teletype Games",
"desc": "The classic two-player Pong, made in Godot.",
"site": "https://git.teletype.hu/games/pong",
"site": "https://git.teletypegames.org/games/pong",
"license": "MIT License",
"version": "0.1.0"
}