1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-20 11:11:59 +03:00
parent a7604b8890
commit 2a70c579b4

View File

@ -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