Ignore the helm dependency update (#2633)

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
This commit is contained in:
quicksilver 2020-06-20 10:32:56 +08:00 committed by JinHai-CN
parent f1a1ee8678
commit ce66c81058
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {