From 2c5b4345cfb4622758d2a5ce4cb5eccf86c037ac Mon Sep 17 00:00:00 2001 From: Samuel Thomas <156189631+SamuelThomas2@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:19:36 +0100 Subject: [PATCH] Update deployment-pipeline.yaml --- pipelines/deployment-pipeline.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pipelines/deployment-pipeline.yaml b/pipelines/deployment-pipeline.yaml index 87a6a03b..c99051d0 100644 --- a/pipelines/deployment-pipeline.yaml +++ b/pipelines/deployment-pipeline.yaml @@ -71,6 +71,11 @@ resources: type: git ref: ${{ replace(replace(contains(parameters.imageTag, 'RELEASE'),'True',replace('refs/tags/RELEASETAG','RELEASETAG', parameters.imageTag)),'False','main') }} + - repository: AutomationTesting #this repo contain the automation testing script + name: RWD-CPR-EPR4P-ADO/epr-playwright-bdd + type: git + ref: main + extends: template: epr-deployment-pipeline.yaml@CommonTemplates parameters: