Skip to content

Commit 15d61b4

Browse files
authored
Move dtos devops template repo to main (#386)
# What is the change? Updating the dtos-devops-template so its pointing to the main branch. Please note that the PR to update the dtos-devops-template to add the additional steps so the AVD works has already been done. Below is evidence that it works using the main branch: - https://dev.azure.com/nhse-dtos/lung-cancer-screening/_build/results?buildId=35903&view=logs&j=c970d263-77bb-52d7-1861-5b2637d7126d&t=c970d263-77bb-52d7-1861-5b2637d7126d <!-- Describe the intended changes. --> # Why are we making this change? <!-- Why is this change required? What problem does it solve? -->
2 parents 2440939 + 9f2fd3f commit 15d61b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.azuredevops/pipelines/hub-infrastructure-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resources:
1111
- repository: dtos-devops-templates
1212
type: github
1313
name: NHSDigital/dtos-devops-templates
14-
ref: PPHA-417-Create-infra-as-code-for-Hub-resources
14+
ref: main
1515
endpoint: NHSDigital
1616

1717
variables:

.azuredevops/pipelines/hub-infrastructure-live.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resources:
1111
- repository: dtos-devops-templates
1212
type: github
1313
name: NHSDigital/dtos-devops-templates
14-
ref: PPHA-417-Create-infra-as-code-for-Hub-resources
14+
ref: main
1515
endpoint: NHSDigital
1616

1717
variables:

0 commit comments

Comments
 (0)