Last push fixes the issue with not building, both build tests work

This commit is contained in:
Randolph W. Aarseth II
2023-05-23 20:55:20 -07:00
parent 27b9ccbff2
commit be3a9b1a75

View File

@ -3,9 +3,8 @@ set -e
# Move godot templates already installed from the docker image to home # Move godot templates already installed from the docker image to home
mkdir -v -p ~/.local/share/godot/export_templates 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/ cp -a /root/.local/share/godot/templates/. ~/.local/share/godot/export_templates/
ls -la ~/.local/share/godot/export_templates/
if [ "$3" != "" ] if [ "$3" != "" ]
then then