Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPates committed Dec 12, 2023
1 parent 9c62032 commit 241b43e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cicd/cloudformation/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Resources:
FullRepositoryId: awslabs/ssosync
BranchName: master
DetectChanges: true
- Name: App
- Name: Build-App
Actions:
- Name: Git
Namespace: Git
Expand Down Expand Up @@ -260,16 +260,14 @@ Resources:
InputArtifacts:
- Name: Built
- Name: Source
- Name: Test
Actions:
- Name: Staging
Namespace: RC
ActionTypeId:
Category: Build
Owner: AWS
Version: 1
Provider: CodeBuild
RunOrder: 1
RunOrder: 4
Configuration:
ProjectName: !Ref CodeBuildStaging
PrimarySource: Source
Expand All @@ -280,13 +278,15 @@ Resources:
- Name: Source
- Name: Packaged
- Name: Built
- Name: Test-Account_Execution
Actions:
- Name: Management
ActionTypeId:
Category: Build
Owner: AWS
Version: 1
Provider: CodeBuild
RunOrder: 2
RunOrder: 1
Configuration:
ProjectName: !Ref CodeBuildTestingManagement
PrimarySource: Source
Expand All @@ -299,7 +299,7 @@ Resources:
Owner: AWS
Version: 1
Provider: CodeBuild
RunOrder: 3
RunOrder: 2
Configuration:
ProjectName: !Ref CodeBuildTestingDelegated
PrimarySource: Source
Expand All @@ -312,7 +312,7 @@ Resources:
Owner: AWS
Version: 1
Provider: CodeBuild
RunOrder: 4
RunOrder: 3
Configuration:
ProjectName: !Ref CodeBuildTestingNonDelegated
PrimarySource: Source
Expand Down

0 comments on commit 241b43e

Please sign in to comment.