We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fd504 commit f9fa9ecCopy full SHA for f9fa9ec
cicd/3-app/aiproxy/pr-buildspec.yml
@@ -19,6 +19,7 @@ phases:
19
- echo "This is where I would test my python code, if I had any tests"
20
21
- cd $CODEBUILD_SRC_DIR
22
+ - cp cicd/3-app/aiproxy/template.yml ./template.yml
23
- cfn-lint template.yml
24
- aws cloudformation package --template-file template.yml --output-template-file cloudformation-output.yml --s3-bucket $ARTIFACT_STORE --s3-prefix "$ARTIFACT_PATH/cloudformation-package"
25
- aws s3 cp cloudformation-output.yml "s3://${ARTIFACT_STORE}/${ARTIFACT_PATH}/"
0 commit comments