Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 13fd608

Browse files
patrickmoore-ncmicjustus-nc
authored andcommitted
feat: DTOSS-9131 Terraform infrastructure creation (#30)
1 parent b76a464 commit 13fd608

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.azuredevops/pipelines/cd-infrastructure-dev-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resources:
1414
- repository: dtos-devops-templates
1515
type: github
1616
name: NHSDigital/dtos-devops-templates
17-
ref: feat/dtoss-9326-trigger-cd-pipeline-with-commit
17+
ref: cf5e22fe4614b7d077a22301d29883e86ac3defc
1818
endpoint: NHSDigital
1919

2020
parameters:

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ jobs:
103103
build-image-stage: # Recommended maximum execution time is 3 minutes
104104
name: Image build stage
105105
needs: [metadata, commit-stage, test-stage]
106-
uses: NHSDigital/dtos-devops-templates/.github/workflows/stage-3-build.yaml@feat/dtoss-9326-trigger-cd-pipeline-with-commit
106+
uses: NHSDigital/dtos-devops-templates/.github/workflows/stage-3-build.yaml@main
107107
if: needs.metadata.outputs.does_pull_request_exist == 'true' || github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
108108
with:
109-
docker_compose_file_csv_list: compose.yaml
109+
docker_compose_file_csv_list: ./compose.yaml
110110
excluded_containers_csv_list: azurite,azurite-setup,sql-database,database-setup,db
111111
environment_tag: ${{ needs.metadata.outputs.environment_tag }}
112112
function_app_source_code_path: src

0 commit comments

Comments
 (0)