1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-13 03:34:06 +02:00

Update .teamcity dsl

This commit is contained in:
Alex Plate 2023-04-14 23:34:00 +03:00
parent f4be162aea
commit 651cefca30
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 2 additions and 2 deletions
.teamcity
_Self/subprojects
pom.xml

View File

@ -67,7 +67,7 @@ class Github(command: String, desc: String) : IdeaVimBuildType({
}
}
commitStatusPublisher {
vcsRootExtId = "${GitHubPullRequest.id}"
vcsRootExtId = "${DslContext.settingsRoot.id}"
publisher = github {
githubUrl = "https://api.github.com"
authType = personalToken {

2
.teamcity/pom.xml vendored
View File

@ -22,7 +22,7 @@
</repository>
<repository>
<id>teamcity-server</id>
<url>https://ideavim.teamcity.com/</url>
<url>https://ideavim.teamcity.com/app/dsl-plugins-repository</url>
<snapshots>
<enabled>true</enabled>
</snapshots>