removed if statement that wasn't needed
This commit is contained in:
parent
31434c1382
commit
383de1f894
1 changed files with 1 additions and 3 deletions
|
@ -41,9 +41,7 @@ if (hasProperty("teamcity")) {
|
|||
version = teamcity["build.number"]
|
||||
|
||||
// Fix for main branch being built
|
||||
if (teamcity["teamcity.build.branch.is_default"]) {
|
||||
version = version.replaceAll("/", "-")
|
||||
}
|
||||
version = version.replaceAll("/", "-")
|
||||
}
|
||||
|
||||
// Add Coremod Manifest
|
||||
|
|
Loading…
Reference in a new issue