Skip to content

Commit 616a3c8

Browse files
committed
moved Env. var
1 parent 81d80de commit 616a3c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

desktopbuild.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ REM "install"
55
wget -q https://testspace-client.s3.amazonaws.com/testspace-windows.zip
66
7z x -y testspace-windows.zip
77
del testspace-windows.zip
8-
SET CI=true & testspace config url samples.testspace.com
8+
REM host requires "access token", storing in Windows "Control Panel" refer to https://help.testspace.com/reference:client-reference#login-credentials)
9+
testspace config url samples.testspace.com CI=true
910
testspace -v
1011

1112
REM "before_script"

0 commit comments

Comments
 (0)