mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +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.
|
parallel: true # Increased speed through multi-threaded copying.
|
||||||
parallelCount: 8 # Dependent upon CPU capabilities.
|
parallelCount: 8 # Dependent upon CPU capabilities.
|
||||||
|
|
||||||
- stage: CI
|
- stage: CD
|
||||||
displayName: 'Continuous Deployment'
|
displayName: 'Continuous Deployment'
|
||||||
dependsOn: [CI]
|
dependsOn: [CI]
|
||||||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
|
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
|
||||||
|
|
Loading…
Reference in a new issue