mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 23:35:50 +00:00
Changed: CD stage name
This commit is contained in:
parent
5ef90348d4
commit
0d06f34288
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ stages:
|
|||
parallel: true # Increased speed through multi-threaded copying.
|
||||
parallelCount: 8 # Dependent upon CPU capabilities.
|
||||
|
||||
- stage: CI
|
||||
- stage: CD
|
||||
displayName: 'Continuous Deployment'
|
||||
dependsOn: [CI]
|
||||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
|
||||
|
|
Loading…
Reference in a new issue