From 95fc95aa1f24b23ab15221fc6e7539277574f742 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Sat, 9 Dec 2023 23:13:58 -0500 Subject: [PATCH] Copy locks into place --- .azure/pipelines.yml | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/.azure/pipelines.yml b/.azure/pipelines.yml index 5a6321fdf8..a5dd2cf6f9 100644 --- a/.azure/pipelines.yml +++ b/.azure/pipelines.yml @@ -58,7 +58,7 @@ stages: condition: eq(variables['Build.CronSchedule.DisplayName'], 'Daily midnight build') - publish: $(System.DefaultWorkingDirectory)/environments/locks/ - artifact: environments/locks + artifact: locks - stage: Analyze dependsOn: Lock @@ -72,7 +72,11 @@ stages: steps: - download: current - artifact: environments/locks + artifact: locks + + - bash: | + mv locks/* environments/locks/ + displayName: Update locks - template: templates/install.yml parameters: @@ -102,7 +106,11 @@ stages: steps: - download: current - artifact: environments/locks + artifact: locks + + - bash: | + mv locks/* environments/locks/ + displayName: Update locks - template: templates/install.yml parameters: @@ -127,7 +135,11 @@ stages: steps: - download: current - artifact: environments/locks + artifact: locks + + - bash: | + mv locks/* environments/locks/ + displayName: Update locks - template: templates/install.yml parameters: @@ -204,7 +216,11 @@ stages: steps: - download: current - artifact: environments/locks + artifact: locks + + - bash: | + mv locks/* environments/locks/ + displayName: Update locks - template: templates/install.yml parameters: @@ -251,7 +267,11 @@ stages: steps: - download: current - artifact: environments/locks + artifact: locks + + - bash: | + mv locks/* environments/locks/ + displayName: Update locks - template: templates/install.yml parameters: