Skip to content

Commit

Permalink
CICD bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPates committed Jan 23, 2023
1 parent a7deb93 commit 6e362be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cicd/cloudformation/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ Resources:
OutputArtifacts:
- Name: Release
InputArtifacts:
- Name: Source
- Name: Packaged
RunOrder: 2

Expand Down
2 changes: 1 addition & 1 deletion cicd/release/public/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ phases:
pre_build:
commands:
# Copy in the package file
- cp ${CODEBUILD_SRC_DIR_Packaged}/packaged-release.yaml ./
- cp ${CODEBUILD_SRC_DIR_Packaged}/packaged-release.yaml ./packaged.yaml

# Check we have the required file
- ls packaged.yaml
Expand Down

0 comments on commit 6e362be

Please sign in to comment.