Gate: Remove stable helm repo is present to improve build time
This PS remvoes the stable helm repo, if present, to improve the build time of patches. Change-Id: Id6ec86e5ff426994b12adf4ca8e80eda2e52f147 Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
274697f9cf
commit
a6558281a1
@ -181,6 +181,9 @@ sudo systemctl daemon-reload
|
||||
sudo systemctl restart helm-serve
|
||||
sudo systemctl enable helm-serve
|
||||
|
||||
# Remove stable repo, if present, to improve build time
|
||||
helm repo remove stable || true
|
||||
|
||||
# Set up local helm repo
|
||||
helm repo add local http://localhost:8879/charts
|
||||
helm repo update
|
||||
|
Loading…
Reference in New Issue
Block a user