Skip to content

Commit 48f608a

Browse files
author
Ayane Satomi
committed
scripts/ci: force local on ci.bash
Signed-off-by: Ayane Satomi <[email protected]>
1 parent 6a9e59c commit 48f608a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function main() {
6969
>&2 echo "Must set VSCODE_VERSION environment variable"; exit 1
7070
fi
7171

72-
if [[ "${ostype}" == "darwin"* ]]; then
72+
if [[ "${ostype}" == "darwin"* ]] && [[ "${ostype}" == "linux" ]]; then
7373
local-build
7474
else
7575
docker-build

0 commit comments

Comments
 (0)