use the correct HA URL

This commit is contained in:
James Strachan
2019-01-17 13:09:16 +00:00
committed by GitHub
parent 9ea87d72c8
commit 6232801485

View File

@@ -8,7 +8,7 @@ build: clean
helm version
helm init
helm repo add releases ${CHART_REPO}
helm repo add jenkins-x http://chartmuseum.build.cd.jenkins-x.io
helm repo add jenkins-x http://chartmuseum.jenkins-x.io
helm dependency build ${DIR}
helm lint ${DIR}