Skip to content

Commit cbc135f

Browse files
author
Jim Robinson
committed
Merge branch 'main' of github.com:CroudTech/croudtech-python-bootstrap-app into main
2 parents dfe8a05 + 5f6e23c commit cbc135f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
- main
88

99
pool:
10-
vmImage: ubuntu-18.04
10+
vmImage: ubuntu-latest
1111
resources:
1212
repositories:
1313
- repository: templates
@@ -76,7 +76,6 @@ jobs:
7676
workingDirectory: './cdk'
7777
inlineScript: |
7878
ENVIRONMENT=Shared npx cdk deploy InitStack
79-
export GIT_ACCESS_TOKEN=$(git_access_token)
8079
export SEMVER=$(Build.BuildNumber)
8180
export ENVIRONMENT=Integration
8281
export PIPELINE_TYPE=build
@@ -91,7 +90,7 @@ jobs:
9190
disableAutoCwd: true
9291
workingDirectory: './cdk'
9392
inlineScript: |
94-
export GIT_ACCESS_TOKEN=$(git_access_token)
93+
ENVIRONMENT=Shared npx cdk deploy InitStack
9594
export SEMVER=$(Build.BuildNumber)
9695
export ENVIRONMENT=Prelive
9796
export PIPELINE_TYPE=build

0 commit comments

Comments
 (0)