Skip to content

Commit

Permalink
Merge pull request #69 from DTS-STN/fixing-broken-build
Browse files Browse the repository at this point in the history
Added branch spec
  • Loading branch information
DaceyTom2 authored Nov 2, 2021
2 parents 66e3251 + a89c12e commit 6a13ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ object HttpsGithubComDtsStnScDigitalCentre : GitVcsRoot({
name = "https://github.com/DTS-STN/sc-digital-centre"
url = "git@github.com:DTS-STN/sc-digital-centre.git"
branch = "refs/heads/dev"
branchSpec = "+:refs/heads/dev"
authMethod = uploadedKey {
userName = "git"
uploadedKey = "dtsrobot"
Expand All @@ -42,6 +43,7 @@ object HttpsGithubComDtsStnScDigitalCentreMain : GitVcsRoot({
name = "https://github.com/DTS-STN/sc-digital-centre/tree/main"
url = "git@github.com:DTS-STN/sc-digital-centre.git"
branch = "refs/heads/main"
branchSpec = "+:refs/heads/main"
authMethod = uploadedKey {
userName = "git"
uploadedKey = "dtsrobot"
Expand Down

0 comments on commit 6a13ef0

Please sign in to comment.