Skip to content

Commit 9051a20

Browse files
committed
Remove buildenv from deploy yml and add missing dash to build
The buildenv for deployments can be set via azure ymls
1 parent 998643e commit 9051a20

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

azure-pipelines-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ extends:
4949
#imagetag: ${{ parameters.imagetag }}
5050
${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/staging-') }}:
5151
parameters:
52-
buildenv: staging
52+
buildenv: -staging

azure-pipelines-stage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ resources:
1919

2020
extends:
2121
template: azure-pipelines-deploy-linkedevents-api-staging.yml@linkedevents-pipelines
22-
parameters:
23-
buildenv: staging

0 commit comments

Comments
 (0)