Skip to content

Commit 9e2a1b2

Browse files
authored
Remove duplicate flag batch-mode (#173)
1 parent 471bf0b commit 9e2a1b2

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

action/steps/activate.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ if [[ -n "$UNITY_LICENSE" ]] || [[ -n "$UNITY_LICENSE_FILE" ]]; then
2525

2626
# Activate license
2727
ACTIVATION_OUTPUT=$(unity-editor \
28-
-batchmode \
2928
-nographics \
3029
-logFile /dev/stdout \
3130
-quit \

action/steps/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ echo "###########################"
109109
echo ""
110110

111111
unity-editor \
112-
-batchmode \
113112
-nographics \
114113
-logfile /dev/stdout \
115114
-quit \

action/steps/return_license.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ if [[ -n "$UNITY_SERIAL" ]]; then
77
# This will return the license that is currently in use.
88
#
99
unity-editor \
10-
-batchmode \
1110
-nographics \
1211
-logFile /dev/stdout \
1312
-quit \

0 commit comments

Comments
 (0)