Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrieber authored Apr 8, 2024
1 parent a9b1e1f commit bc849d0
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,6 @@
mkdir -p /github/home/.local/share/godot/export_templates/4.2.1.stable/
cp -r /godot/templates/* /github/home/.local/share/godot/export_templates/4.2.1.stable/


echo "1"
echo $1

echo "2"
echo $2

echo "3"
echo $3

echo "PROJECT"

echo `ls -la /github/workspace/project`

echo "WORKSPACE"

echo `ls -la /github/workspace`

echo "Template Folder Source"
echo `ls -la /godot/templates`




echo "Godot Folder Source"
echo `ls -la /godot`

echo "Template Folder"
echo `ls -la /github/home/.local/share/godot/export_templates/4.2.1.stable/`

echo "/godot/Godot_v4.2.1-stable_linux.x86_64 --headless --path /github/workspace/$3 $2 $1"
#echo "/godot/Godot_v4.2.1-stable_linux.x86_64 --headless --path /github/workspace/$3 $2 $1"

/godot/Godot_v4.2.1-stable_linux.x86_64 --headless --path /github/workspace/$3 $2 $1

0 comments on commit bc849d0

Please sign in to comment.