test
This commit is contained in:
@@ -9,12 +9,16 @@ rm -rf /home/unity/.config/unity3d
|
||||
bash /scripts/add_ssh_keys.sh
|
||||
|
||||
if [[ "$SERIAL" != "activated" ]]; then
|
||||
echo "::group::Activating Unity License"
|
||||
bash /scripts/activate_license.sh "$SERIAL" "$EMAIL" "$PASSWORD"
|
||||
echo "::endgroup::"
|
||||
fi
|
||||
|
||||
echo "::group::Running Unity Command"
|
||||
#Run the command.
|
||||
if [[ -n "$UNITY_BUILDER" ]]; then
|
||||
UnityBuilder $COMMAND
|
||||
else
|
||||
unity-editor $DEFAULT_ARGS $COMMAND
|
||||
fi
|
||||
echo "::endgroup::"
|
||||
Reference in New Issue
Block a user