From 77cf67034856894e7a8c4e68de80e5a1307540cf Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 23 Apr 2022 23:15:03 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f71fe044c..dcc37454e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -146,6 +146,7 @@ jobs: brew install docker brew install docker-machine brew install --cask virtualbox + sysctl -n machdep.cpu.brand_string export DOCKER_HOST="tcp://192.168.56.1" docker-machine create --driver virtualbox --virtualbox-hostonly-cidr "192.168.56.1/24" default docker-machine ls