From 6e362bee852fa2616afbf015d80d47fad45674b2 Mon Sep 17 00:00:00 2001 From: Chris Pates Date: Mon, 28 Nov 2022 20:19:20 +0000 Subject: [PATCH] CICD bugfixes --- cicd/cloudformation/production.yaml | 1 + cicd/release/public/buildspec.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cicd/cloudformation/production.yaml b/cicd/cloudformation/production.yaml index b7b86902..5e97328b 100644 --- a/cicd/cloudformation/production.yaml +++ b/cicd/cloudformation/production.yaml @@ -312,6 +312,7 @@ Resources: OutputArtifacts: - Name: Release InputArtifacts: + - Name: Source - Name: Packaged RunOrder: 2 diff --git a/cicd/release/public/buildspec.yml b/cicd/release/public/buildspec.yml index 58aa92c0..7939d6c9 100644 --- a/cicd/release/public/buildspec.yml +++ b/cicd/release/public/buildspec.yml @@ -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