Skip to content
Snippets Groups Projects
Commit a896e8dd authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6923 adjust max branch length

parent cce8a9c2
Branches
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ void deployHelmChart(String helmChartName, String helmChartVersion) {
}
String validateBranchName(branchName) {
int maxLength = 30
int maxLength = 18
if (branchName.length() > maxLength) {
String originalBranchName = branchName
branchName = branchName.substring(0, maxLength)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment