Skip to content

Commit

Permalink
Update root vcs id
Browse files Browse the repository at this point in the history
  • Loading branch information
Manangka committed Jul 22, 2024
1 parent 053fecb commit e244c5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .teamcity/Ribasim_Windows/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Ribasim_Windows

import Ribasim_Windows.buildTypes.*
import jetbrains.buildServer.configs.kotlin.BuildType
import jetbrains.buildServer.configs.kotlin.DslContext
import Ribasim.vcsRoots.Ribasim as RibasimVcs
import jetbrains.buildServer.configs.kotlin.FailureAction
import jetbrains.buildServer.configs.kotlin.Project
import jetbrains.buildServer.configs.kotlin.buildFeatures.PullRequests
Expand Down Expand Up @@ -38,7 +38,7 @@ object Build : BuildType({

features {
commitStatusPublisher {
vcsRootExtId = "${DslContext.settingsRoot.id}"
vcsRootExtId = "${RibasimVcs.id}"
publisher = github {
githubUrl = "https://api.github.com"
authType = personalToken {
Expand All @@ -47,7 +47,7 @@ object Build : BuildType({
}
}
pullRequests {
vcsRootExtId = "${DslContext.settingsRoot.id}"
vcsRootExtId = "${RibasimVcs.id}"
provider = github {
authType = token {
token = "credentialsJSON:6b37af71-1f2f-4611-8856-db07965445c0"
Expand Down

0 comments on commit e244c5f

Please sign in to comment.