1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-28 11:45:59 +01:00
IntelliJ-IdeaVim/.teamcity/_Self/vcsRoots/Releases.kt

14 lines
337 B
Kotlin
Raw Permalink Normal View History

2024-05-28 22:18:29 +02:00
package _Self.vcsRoots
import jetbrains.buildServer.configs.kotlin.v2019_2.vcs.GitVcsRoot
2024-05-28 22:24:03 +02:00
object ReleasesVcsRoot : GitVcsRoot({
2024-05-28 22:18:29 +02:00
name = "IdeaVim Releases"
url = "git@github.com:JetBrains/ideavim.git"
2024-05-29 14:18:15 +02:00
branch = "refs/heads/master"
branchSpec = "+:refs/(*)"
2024-05-28 22:18:29 +02:00
authMethod = uploadedKey {
uploadedKey = "IdeaVim ssh keys"
}
})