From 2a70c579b43dfa61cd43d6f8cef09962aba06711 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 20 Apr 2021 11:11:59 +0300 Subject: [PATCH] tweak Signed-off-by: Jari Kolehmainen --- .azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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