From 9e2a1b2d358083fd2d85b7f432a452659ebececd Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Mon, 9 Nov 2020 20:04:56 +0100 Subject: [PATCH] Remove duplicate flag batch-mode (#173) --- action/steps/activate.sh | 1 - action/steps/build.sh | 1 - action/steps/return_license.sh | 1 - 3 files changed, 3 deletions(-) diff --git a/action/steps/activate.sh b/action/steps/activate.sh index 9799c9a4..c97a7811 100755 --- a/action/steps/activate.sh +++ b/action/steps/activate.sh @@ -25,7 +25,6 @@ if [[ -n "$UNITY_LICENSE" ]] || [[ -n "$UNITY_LICENSE_FILE" ]]; then # Activate license ACTIVATION_OUTPUT=$(unity-editor \ - -batchmode \ -nographics \ -logFile /dev/stdout \ -quit \ diff --git a/action/steps/build.sh b/action/steps/build.sh index 004be33e..7af49397 100755 --- a/action/steps/build.sh +++ b/action/steps/build.sh @@ -109,7 +109,6 @@ echo "###########################" echo "" unity-editor \ - -batchmode \ -nographics \ -logfile /dev/stdout \ -quit \ diff --git a/action/steps/return_license.sh b/action/steps/return_license.sh index 96532a73..d5e97e24 100755 --- a/action/steps/return_license.sh +++ b/action/steps/return_license.sh @@ -7,7 +7,6 @@ if [[ -n "$UNITY_SERIAL" ]]; then # This will return the license that is currently in use. # unity-editor \ - -batchmode \ -nographics \ -logFile /dev/stdout \ -quit \