Skip to content

Commit

Permalink
updated cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
sehrish30 committed May 22, 2023
1 parent 9a6d561 commit ef40460
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion external-verification-service/resources/CodePipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CodePipeline:
- Name: Source
Actions:
- Name: Source
RunOrder: 1
ActionTypeId:
Category: Source
Owner: ThirdParty
Expand All @@ -27,6 +28,7 @@ CodePipeline:
- Name: Build
Actions:
- Name: Build
RunOrder: 2
ActionTypeId:
Category: Build
Owner: AWS
Expand All @@ -42,7 +44,7 @@ CodePipeline:
- Name: QA
Actions:
- Name: ManualApproval
RunOrder: 2
RunOrder: 3
ActionTypeId:
Category: Approval
Owner: AWS
Expand All @@ -55,6 +57,7 @@ CodePipeline:
- Name: Deploy
Actions:
- Name: Deploy
RunOrder: 4
ActionTypeId:
Category: Build
Owner: AWS
Expand Down

0 comments on commit ef40460

Please sign in to comment.