Cleaning up the build pipeline file.
This commit is contained in:
parent
3fecebf1b0
commit
53711ec62c
1 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ stages:
|
|||
awsCliContainer: awscli
|
||||
distributionId: $(cfDistributionId)
|
||||
paths: /*
|
||||
awsProfile: $(qaDeploymentProfile)
|
||||
awsProfile: $(devDeploymentProfile)
|
||||
|
||||
# Test Build/Deploy
|
||||
- stage: Test
|
||||
|
|
@ -142,7 +142,7 @@ stages:
|
|||
awsCliContainer: awscli
|
||||
distributionId: $(cfDistributionId)
|
||||
paths: /*
|
||||
awsProfile: $(qaDeploymentProfile)
|
||||
awsProfile: $(sysDeploymentProfile)
|
||||
|
||||
# QA Build/Deploy
|
||||
- stage: QA
|
||||
|
|
|
|||
Loading…
Reference in a new issue