diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 5c5b91ae32..a50a9920f2 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -137,7 +137,8 @@ jobs: path: $(YARN_CACHE_FOLDER) displayName: Cache Yarn packages - bash: | - git clone https://${GH_TOKEN}@github.com/lensapp/lens-ide.git .lens-ide-overlay + set -e + git clone "https://${GH_TOKEN}@github.com/lensapp/lens-ide.git" .lens-ide-overlay rm -rf .lens-ide-overlay/.git cp -r .lens-ide-overlay/* ./ cp build/package.json.patch . && patch package.json package.json.patch