Unset entrypoint and fix export template call.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-12-15 02:09:23 -06:00
parent 888b934074
commit ddd122dbe0

View File

@@ -3,4 +3,5 @@ FROM flashlight13/godot:4.3
ENV PLUGIN_SOURCE=.
ENV PLUGIN_EXPORT_TEMPLATE="Windows Desktop"
CMD godot --headless --path "$PLUGIN_SOURCE" --export-release "$PLUGIN_SOURCE" "$PLUGIN_TARGET"
ENTRYPOINT []
CMD godot --headless --path "$PLUGIN_SOURCE" --export-release "$PLUGIN_EXPORT_TEMPLATE" "$PLUGIN_TARGET"