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 5c41ed3 commit c116b36
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cicd/cloudformation/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ Resources:
FullRepositoryId: awslabs/ssosync
BranchName: master
DetectChanges: true
- Name: Build-App
Actions:
- Name: Git-Metadata
Namespace: Git
InputArtifacts:
Expand All @@ -224,12 +226,10 @@ Resources:
Provider: CodeBuild
OutputArtifacts:
- Name: GitVars
RunOrder: 2
RunOrder: 1
Configuration:
ProjectName: !Ref GitMetadata
PrimarySource: Source
- Name: Build-App
Actions:
- Name: GoLang-Build
InputArtifacts:
- Name: Source
Expand All @@ -240,7 +240,7 @@ Resources:
Provider: CodeBuild
OutputArtifacts:
- Name: Built
RunOrder: 1
RunOrder: 2
Configuration:
ProjectName: !Ref CodeBuildApp
PrimarySource: Source
Expand All @@ -251,7 +251,7 @@ Resources:
Owner: AWS
Version: 1
Provider: CodeBuild
RunOrder: 2
RunOrder: 3
Configuration:
ProjectName: !Ref CodeBuildPackage
PrimarySource: Source
Expand All @@ -267,7 +267,7 @@ Resources:
Owner: AWS
Version: 1
Provider: CodeBuild
RunOrder: 3
RunOrder: 4
Configuration:
ProjectName: !Ref CodeBuildStaging
PrimarySource: Source
Expand Down

0 comments on commit c116b36

Please sign in to comment.