We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfe8a05 + 5f6e23c commit cbc135fCopy full SHA for cbc135f
azure-pipelines.yml
@@ -7,7 +7,7 @@ trigger:
7
- main
8
9
pool:
10
- vmImage: ubuntu-18.04
+ vmImage: ubuntu-latest
11
resources:
12
repositories:
13
- repository: templates
@@ -76,7 +76,6 @@ jobs:
76
workingDirectory: './cdk'
77
inlineScript: |
78
ENVIRONMENT=Shared npx cdk deploy InitStack
79
- export GIT_ACCESS_TOKEN=$(git_access_token)
80
export SEMVER=$(Build.BuildNumber)
81
export ENVIRONMENT=Integration
82
export PIPELINE_TYPE=build
@@ -91,7 +90,7 @@ jobs:
91
90
disableAutoCwd: true
92
93
94
+ ENVIRONMENT=Shared npx cdk deploy InitStack
95
96
export ENVIRONMENT=Prelive
97
0 commit comments