Skip to content

Commit

Permalink
Merge branch 'MIJN-6522-fat-rvv' of https://github.com/Amsterdam/mijn…
Browse files Browse the repository at this point in the history
…-amsterdam-frontend into MIJN-6522-fat-rvv
  • Loading branch information
janthijs committed Nov 3, 2023
2 parents 1a013ff + 1a38cee commit dec4dee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions azure-pipeline-bff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ trigger:
include:
- ontwikkelen
- testen
- main
paths:
include:
- src/server
Expand Down Expand Up @@ -56,6 +57,9 @@ variables:
- ${{ if or(eq(variables['Build.SourceBranchName'], 'testen'), eq(variables['Build.Reason'], 'PullRequest')) }}:
- name: dtapName
value: t
- ${{ if eq(variables['Build.SourceBranchName'], 'az-acceptance') }}:
- name: dtapName
value: a
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
- name: btdDeploy
value: false
Expand Down
4 changes: 4 additions & 0 deletions azure-pipeline-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ trigger:
include:
- ontwikkelen
- testen
- main
paths:
include:
- src/client
Expand Down Expand Up @@ -58,6 +59,9 @@ variables:
- ${{ if or(eq(variables['Build.SourceBranchName'], 'testen'), eq(variables['Build.Reason'], 'PullRequest')) }}:
- name: dtapName
value: t
- ${{ if eq(variables['Build.SourceBranchName'], 'az-acceptance') }}:
- name: dtapName
value: a
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
- name: btdDeploy
value: false
Expand Down
7 changes: 5 additions & 2 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ parameters:
- none
- o
- t
# - a
# - p
- a
- p

- name: updateAppSettings
type: boolean
Expand All @@ -47,6 +47,9 @@ variables:
- ${{ if and(or(eq(variables['Build.SourceBranchName'], 'testen'), eq(variables['Build.Reason'], 'PullRequest')), eq(parameters.dtapName, 'none')) }}:
- name: dtapName
value: t
- ${{ if and(eq(variables['Build.SourceBranchName'], 'az-acceptance'), eq(parameters.dtapName, 'none')) }}:
- name: dtapName
value: a
- ${{ if ne(parameters.dtapName, 'none') }}:
- name: dtapName
value: ${{ parameters.dtapName }}
Expand Down

0 comments on commit dec4dee

Please sign in to comment.