ksieren 3 年之前
父節點
當前提交
30d683e477
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -87,7 +87,7 @@ spec:
               '''
               sh "git add values.yaml"
               sh "git commit -m \"Triggered Build '$GIT_COMMIT'\""
-              sh "git push https://$HELM_GIT_REPO_URL --force"
+              sh "git push https://$HELM_GIT_REPO_URL"
             }
           }
         }