From a51bce437104f1054acdbb539c48fc7b3e680824 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Fri, 19 Jul 2024 06:48:51 -0400 Subject: [PATCH] CSR-2130 missed a bash last time CSR-2130 missed a bash last time --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b6222f3b5..35e37cd18 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,7 +75,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