From aaf9ec66ba9dcd38ec1a4d745a7bb840b77cd5e1 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Fri, 19 Jul 2024 06:35:37 -0400 Subject: [PATCH] CSR-2130 trying to work out the bash copy CSR-2130 trying to work out the bash copy for applepay merchant file --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6b02f37eb..b6222f3b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -135,7 +135,7 @@ stages: steps: - checkout: self clean: true - - bash: cp applepay/apple-developer-merchantid-domain-association-nonprod.txt apple-developer-merchantid-domain-association.txt + - bash: cp public/applepay/apple-developer-merchantid-domain-association-nonprod.txt public/apple-developer-merchantid-domain-association.txt - template: templates/digital/step-build-vue.yml@AzureDevOps parameters: buildOutputDir: dist @@ -195,7 +195,7 @@ stages: steps: - checkout: self clean: true - - bash: cp applepay/apple-developer-merchantid-domain-association-nonprod.txt apple-developer-merchantid-domain-association.txt + - bash: cp public/applepay/apple-developer-merchantid-domain-association-nonprod.txt public/apple-developer-merchantid-domain-association.txt - template: templates/digital/step-build-vue.yml@AzureDevOps parameters: buildOutputDir: dist @@ -255,7 +255,7 @@ stages: steps: - checkout: self clean: true - - bash: cp applepay/apple-developer-merchantid-domain-association-prod.txt apple-developer-merchantid-domain-association.txt + - bash: cp public/applepay/apple-developer-merchantid-domain-association-prod.txt public/apple-developer-merchantid-domain-association.txt - template: templates/digital/step-build-vue.yml@AzureDevOps parameters: buildOutputDir: dist