Skip to content

Commit f9fa9ec

Browse files
fix pr buildspec path
1 parent 10fd504 commit f9fa9ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cicd/3-app/aiproxy/pr-buildspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ phases:
1919
- echo "This is where I would test my python code, if I had any tests"
2020

2121
- cd $CODEBUILD_SRC_DIR
22+
- cp cicd/3-app/aiproxy/template.yml ./template.yml
2223
- cfn-lint template.yml
2324
- aws cloudformation package --template-file template.yml --output-template-file cloudformation-output.yml --s3-bucket $ARTIFACT_STORE --s3-prefix "$ARTIFACT_PATH/cloudformation-package"
2425
- aws s3 cp cloudformation-output.yml "s3://${ARTIFACT_STORE}/${ARTIFACT_PATH}/"

0 commit comments

Comments
 (0)