Skip to content

Commit

Permalink
Remove master/release trigger on R4 pipeline
Browse files Browse the repository at this point in the history
Since we were copying old Gradle/Check pipeline, the automatic `master/release`
build triggers are also copied to `R4`. This commit removes them because we
don't want `master/release` builds trggered on R4 pipeline.
  • Loading branch information
blindpirate committed Dec 5, 2018
1 parent 137c17c commit b793536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/Gradle_R4/model_g4/CIBuildModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data class CIBuildModel (
val rootProjectName: String = "R4",
val tagBuilds: Boolean = true,
val publishStatusToGitHub: Boolean = true,
val masterAndReleaseBranches: List<String> = listOf("master", "release"),
val masterAndReleaseBranches: List<String> = listOf("release-4.10"),
val parentBuildCache: BuildCache = RemoteBuildCache("%gradle.cache.remote.url%"),
val childBuildCache: BuildCache = RemoteBuildCache("%gradle.cache.remote.url%"),
val buildScanTags: List<String> = emptyList(),
Expand Down

0 comments on commit b793536

Please sign in to comment.