From 5dcce98098fa152623cc5eb18a0c8a14433bab30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0t=C4=9Bp=C3=A1nek?= Date: Thu, 15 Apr 2021 01:11:34 +0200 Subject: [PATCH] Configure CI (no. 46) --- ci/windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/windows/Dockerfile b/ci/windows/Dockerfile index 62395f7e9e..1e0650a8eb 100644 --- a/ci/windows/Dockerfile +++ b/ci/windows/Dockerfile @@ -7,4 +7,4 @@ RUN scoop install git; ` scoop bucket add extras; ` scoop install chromium chromedriver -ENTRYPOINT [ "powershell.exe" ] +ENTRYPOINT [ "cmd.exe" ]