Skip to content

Commit bcae66d

Browse files
committed
Do not run tests in deploy configurations
1 parent b22ea99 commit bcae66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/settings.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ fun Project.deploy(platform: String, configureBuild: BuildType) = platform(platf
184184
jdkHome = "%env.$jdk%"
185185
jvmArgs = "-Xmx1g"
186186
gradleParams = "--info --stacktrace -P$versionSuffixParameter=%$versionSuffixParameter% -P$releaseVersionParameter=%$releaseVersionParameter% -PbintrayApiKey=%bintray-key% -PbintrayUser=%bintray-user%"
187-
tasks = "clean build publish"
187+
tasks = "clean publish"
188188
buildFile = ""
189189
gradleWrapperPath = ""
190190
}

0 commit comments

Comments
 (0)