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:
parent
f4be162aea
commit
651cefca30
2
.teamcity/_Self/subprojects/GitHub.kt
vendored
2
.teamcity/_Self/subprojects/GitHub.kt
vendored
@ -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
2
.teamcity/pom.xml
vendored
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user