mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
checkout appropriate commit of lens-ide for lens 5.2
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
bc36d48677
commit
89ee7ef8ac
@ -41,6 +41,9 @@ jobs:
|
||||
- bash: |
|
||||
set -e
|
||||
git clone "https://${GH_TOKEN}@github.com/lensapp/lens-ide.git" .lens-ide-overlay
|
||||
cd .lens-ide-overlay
|
||||
git checkout -b v5.2 0d3d9140a0f151c3ca6d7651c092f8ba44091794
|
||||
cd ..
|
||||
rm -rf .lens-ide-overlay/.git
|
||||
cp -r .lens-ide-overlay/* ./
|
||||
jq -s '.[0] * .[1]' package.json package.ide.json > package.custom.json && mv package.custom.json package.json
|
||||
@ -87,6 +90,9 @@ jobs:
|
||||
- bash: |
|
||||
set -e
|
||||
git clone "https://${GH_TOKEN}@github.com/lensapp/lens-ide.git" .lens-ide-overlay
|
||||
cd .lens-ide-overlay
|
||||
git checkout -b v5.2 0d3d9140a0f151c3ca6d7651c092f8ba44091794
|
||||
cd ..
|
||||
rm -rf .lens-ide-overlay/.git
|
||||
cp -r .lens-ide-overlay/* ./
|
||||
jq -s '.[0] * .[1]' package.json package.ide.json > package.custom.json && mv package.custom.json package.json
|
||||
@ -135,6 +141,9 @@ jobs:
|
||||
- bash: |
|
||||
set -e
|
||||
git clone "https://${GH_TOKEN}@github.com/lensapp/lens-ide.git" .lens-ide-overlay
|
||||
cd .lens-ide-overlay
|
||||
git checkout -b v5.2 0d3d9140a0f151c3ca6d7651c092f8ba44091794
|
||||
cd ..
|
||||
rm -rf .lens-ide-overlay/.git
|
||||
cp -r .lens-ide-overlay/* ./
|
||||
jq -s '.[0] * .[1]' package.json package.ide.json > package.custom.json && mv package.custom.json package.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user