未验证 提交 58345883 编写于 作者: Q quicksilver 提交者: GitHub

Ignore the helm dependency update (#2633)

Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>
上级 6ce179b1
......@@ -4,7 +4,7 @@ timeout(time: 180, unit: 'MINUTES') {
sh 'helm repo add stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts'
sh 'helm repo update'
checkout([$class: 'GitSCM', branches: [[name: "${env.HELM_BRANCH}"]], userRemoteConfigs: [[url: "https://github.com/milvus-io/milvus-helm.git", name: 'origin', refspec: "+refs/heads/${env.HELM_BRANCH}:refs/remotes/origin/${env.HELM_BRANCH}"]]])
sh 'helm dep update'
// sh 'helm dep update'
retry(3) {
try {
......
......@@ -4,7 +4,7 @@ timeout(time: 180, unit: 'MINUTES') {
sh 'helm repo add stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts'
sh 'helm repo update'
checkout([$class: 'GitSCM', branches: [[name: "${env.HELM_BRANCH}"]], userRemoteConfigs: [[url: "https://github.com/milvus-io/milvus-helm.git", name: 'origin', refspec: "+refs/heads/${env.HELM_BRANCH}:refs/remotes/origin/${env.HELM_BRANCH}"]]])
sh 'helm dep update'
// sh 'helm dep update'
retry(3) {
try {
......
......@@ -4,7 +4,7 @@ timeout(time: 120, unit: 'MINUTES') {
sh 'helm repo add stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts'
sh 'helm repo update'
checkout([$class: 'GitSCM', branches: [[name: "${env.HELM_BRANCH}"]], userRemoteConfigs: [[url: "https://github.com/milvus-io/milvus-helm.git", name: 'origin', refspec: "+refs/heads/${env.HELM_BRANCH}:refs/remotes/origin/${env.HELM_BRANCH}"]]])
sh 'helm dep update'
// sh 'helm dep update'
retry(3) {
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册