1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-09 17:15:50 +02:00

[TC] Enable other build steps and disable old release job

This commit is contained in:
Alex Plate 2023-07-27 13:43:45 +03:00
parent 631ee109f5
commit a3901c7b1c
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 1 additions and 4 deletions
.teamcity/_Self
buildTypes
subprojects

View File

@ -96,7 +96,6 @@ sealed class ReleasePlugin(private val releaseType: String) : IdeaVimBuildType({
gradle {
name = "Publish release"
tasks = "publishPlugin"
enabled = false
}
gradle {
name = "Push changes to the repo"
@ -105,12 +104,10 @@ sealed class ReleasePlugin(private val releaseType: String) : IdeaVimBuildType({
gradle {
name = "Run Integrations"
tasks = "releaseActions"
enabled = false
}
gradle {
name = "Slack Notification"
tasks = "slackNotification"
enabled = false
}
}

View File

@ -32,7 +32,7 @@ object Releases : Project({
)
}
buildType(Release)
// buildType(Release)
buildType(ReleaseMajor)
buildType(ReleaseMinor)
buildType(ReleasePatch)