We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ca68d commit 88f633cCopy full SHA for 88f633c
packages/devextreme/docker-ci.sh
@@ -24,7 +24,7 @@ function run_test_impl {
24
local runner_pid
25
local runner_result=0
26
27
- [ -z "$CHROME_CMD"] && CHROME_CMD=google-chrome-stable
+ [ -z "$CHROME_CMD" ] && CHROME_CMD=google-chrome-stable
28
[ "$LOCAL" == "true" ] && url="http://host.docker.internal:$port/run?notimers=true"
29
[ -n "$CONSTEL" ] && url="$url&constellation=$CONSTEL"
30
[ -n "$MOBILE_UA" ] && url="$url&deviceMode=true"
0 commit comments