Skip to content

Commit

Permalink
Remove duplicate flag batch-mode (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken authored Nov 9, 2020
1 parent 471bf0b commit 9e2a1b2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion action/steps/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion action/steps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ echo "###########################"
echo ""

unity-editor \
-batchmode \
-nographics \
-logfile /dev/stdout \
-quit \
Expand Down
1 change: 0 additions & 1 deletion action/steps/return_license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9e2a1b2

Please sign in to comment.