This commit is contained in:
Nicole Serafino 2022-07-28 14:33:39 -05:00
Родитель 569131f868
Коммит e88edcf5c2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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