mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
tweak
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
a7604b8890
commit
2a70c579b4
@ -137,7 +137,8 @@ jobs:
|
|||||||
path: $(YARN_CACHE_FOLDER)
|
path: $(YARN_CACHE_FOLDER)
|
||||||
displayName: Cache Yarn packages
|
displayName: Cache Yarn packages
|
||||||
- bash: |
|
- 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
|
rm -rf .lens-ide-overlay/.git
|
||||||
cp -r .lens-ide-overlay/* ./
|
cp -r .lens-ide-overlay/* ./
|
||||||
cp build/package.json.patch . && patch package.json package.json.patch
|
cp build/package.json.patch . && patch package.json package.json.patch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user