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

Commit 9d68c51

Browse files
authored
Merge branch 'main' into feat/dtoss-9326-trigger-cd-pipeline-with-commit
2 parents b1ee1bd + 1f24ea7 commit 9d68c51

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
uses: NHSDigital/dtos-devops-templates/.github/workflows/stage-3-build.yaml@feat/dtoss-9326-trigger-cd-pipeline-with-commit
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

src/ServiceLayer.Mesh/FileTypes/NbssAppointmentEvents/Validation/IFileValidator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace ServiceLayer.Mesh.FileTypes.NbssAppointmentEvents.Validation;
44

5-
// TODO - create a whole bunch of implementations of this to perform the validation against NBSS Appointment events files
65
public interface IFileValidator
76
{
87
IEnumerable<ValidationError> Validate(ParsedFile file);

0 commit comments

Comments
 (0)