Skip to content

Commit

Permalink
Move dtapParam
Browse files Browse the repository at this point in the history
  • Loading branch information
timvanoostrom committed Feb 2, 2024
1 parent 47a4cdf commit 64b39dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ variables:
value: ${{ parameters.btdDeploy }}

- ${{ if and(contains(variables['Build.SourceBranchName'], 'production-release'), eq(parameters.pipelineAction, 'btd')) }}:
- name: dtapName
value: p
- name: btdBuild
value: true
- name: btdTest
Expand All @@ -85,6 +83,10 @@ variables:
- name: btdDeploy
value: false

- ${{ if contains(variables['Build.SourceBranchName'], 'production-release') }}:
- name: dtapName
value: p

jobs:
- template: pipelines/jobs/apps/btd-koppel-api.yaml@MamsInfra
parameters:
Expand Down

0 comments on commit 64b39dd

Please sign in to comment.