update path
This commit is contained in:
Родитель
569131f868
Коммит
e88edcf5c2
|
@ -5,10 +5,10 @@ variables:
|
||||||
- template: ../../config-aml.yml
|
- template: ../../config-aml.yml
|
||||||
- ${{ if eq(variables['Build.SourceBranchName'], 'main') }}:
|
- ${{ if eq(variables['Build.SourceBranchName'], 'main') }}:
|
||||||
# 'main' branch: PRD environment
|
# 'main' branch: PRD environment
|
||||||
- template: ../../../config-infra-prod.yml
|
- template: ../../../../config-infra-prod.yml
|
||||||
- ${{ if ne(variables['Build.SourceBranchName'], 'main') }}:
|
- ${{ if ne(variables['Build.SourceBranchName'], 'main') }}:
|
||||||
# 'develop' or feature branches: DEV environment
|
# 'develop' or feature branches: DEV environment
|
||||||
- template: ../../../config-infra-dev.yml
|
- template: ../../../../config-infra-dev.yml
|
||||||
- name: version
|
- name: version
|
||||||
value: python-sdk
|
value: python-sdk
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче