From be3a9b1a7574e06d915521374102a790c6ef992e Mon Sep 17 00:00:00 2001 From: "Randolph W. Aarseth II" Date: Tue, 23 May 2023 20:55:20 -0700 Subject: [PATCH] Last push fixes the issue with not building, both build tests work --- entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index e16fb4e..27b90c3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,9 +3,8 @@ set -e # Move godot templates already installed from the docker image to home mkdir -v -p ~/.local/share/godot/export_templates -ls -la /root/.local/share/godot/templates/ cp -a /root/.local/share/godot/templates/. ~/.local/share/godot/export_templates/ -ls -la ~/.local/share/godot/export_templates/ + if [ "$3" != "" ] then