Add blank project path
parent
f652650b04
commit
beb66ba929
|
|
@ -14,7 +14,8 @@ echo "Requesting activation"
|
|||
-quit \
|
||||
-serial "$UNITY_SERIAL" \
|
||||
-username "$UNITY_EMAIL" \
|
||||
-password "$UNITY_PASSWORD"
|
||||
-password "$UNITY_PASSWORD" \
|
||||
-projectPath "$ACTIVATE_LICENSE_PATH"
|
||||
|
||||
# Store the exit code from the verify command
|
||||
UNITY_EXIT_CODE=$?
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@ pushd "$ACTIVATE_LICENSE_PATH"
|
|||
-batchmode \
|
||||
-nographics \
|
||||
-quit \
|
||||
-returnlicense
|
||||
-returnlicense \
|
||||
-projectPath "$ACTIVATE_LICENSE_PATH"
|
||||
|
||||
# Return to previous working directory
|
||||
popd
|
||||
|
|
|
|||
Loading…
Reference in New Issue