This commit is contained in:
+3
-1
@@ -3,5 +3,7 @@ FROM barichello/godot-ci:4.6
|
||||
ENV PLUGIN_SOURCE=.
|
||||
ENV PLUGIN_EXPORT_TEMPLATE="Windows Desktop"
|
||||
|
||||
ADD entrypoint /entrypoint
|
||||
|
||||
ENTRYPOINT []
|
||||
CMD godot --headless --path "$PLUGIN_SOURCE" --export-release "$PLUGIN_EXPORT_TEMPLATE" "$PLUGIN_TARGET"
|
||||
CMD entrypoint
|
||||
|
||||
Reference in New Issue
Block a user