Skip to content

Commit 5f6e23c

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent e47dccc commit 5f6e23c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -92,7 +91,6 @@ jobs:
9291
workingDirectory: './cdk'
9392
inlineScript: |
9493
ENVIRONMENT=Shared npx cdk deploy InitStack
95-
export GIT_ACCESS_TOKEN=$(git_access_token)
9694
export SEMVER=$(Build.BuildNumber)
9795
export ENVIRONMENT=Prelive
9896
export PIPELINE_TYPE=build

0 commit comments

Comments
 (0)