From 3dfd18c6933f88d317774f5e58119c0129e986b3 Mon Sep 17 00:00:00 2001 From: aarzilli Date: Wed, 20 Jan 2021 20:17:47 +0000 Subject: [PATCH] TeamCity change in 'Delve (matrix change test)' project: 'https://github.com/aarzilli/delve' VCS root was created --- .../vcsRoots/HttpsGithubComAarzilliDelve.kts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .teamcity/patches/vcsRoots/HttpsGithubComAarzilliDelve.kts diff --git a/.teamcity/patches/vcsRoots/HttpsGithubComAarzilliDelve.kts b/.teamcity/patches/vcsRoots/HttpsGithubComAarzilliDelve.kts new file mode 100644 index 00000000..84f00dbe --- /dev/null +++ b/.teamcity/patches/vcsRoots/HttpsGithubComAarzilliDelve.kts @@ -0,0 +1,18 @@ +package patches.vcsRoots + +import jetbrains.buildServer.configs.kotlin.v2019_2.* +import jetbrains.buildServer.configs.kotlin.v2019_2.ui.* +import jetbrains.buildServer.configs.kotlin.v2019_2.vcs.GitVcsRoot + +/* +This patch script was generated by TeamCity on settings change in UI. +To apply the patch, create a vcsRoot with id = 'HttpsGithubComAarzilliDelve' +in the root project, and delete the patch script. +*/ +create(DslContext.projectId, GitVcsRoot({ + id("HttpsGithubComAarzilliDelve") + name = "https://github.com/aarzilli/delve" + url = "https://github.com/aarzilli/delve" + branch = "refs/heads/master" +})) + -- GitLab