diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0215d513..12171f4a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,8 +49,8 @@ steps: sudo docker run -v "$PWD":/code ubuntu:18.04 /bin/bash -c ' set -ex cd /code - git config --global --add safe.directory /code setup/ci_bootstrap.sh + git config --global --add safe.directory "$PWD" make init make ci test '