Skip to content

Commit

Permalink
Copy locks into place
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Dec 10, 2023
1 parent ce59438 commit 95fc95a
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions .azure/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 95fc95a

Please sign in to comment.