File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ phases:
39
39
- rake test
40
40
41
41
- cd $CODEBUILD_SRC_DIR
42
- - erb -T - template.yml.erb > template.yml
43
- - cat template.yml
44
- - cfn-lint template.yml
45
- - aws cloudformation package --template-file template.yml --output-template-file cloudformation-output.yml --s3-bucket $ARTIFACT_STORE --s3-prefix "$ARTIFACT_PATH/cloudformation-package"
42
+ - erb -T - cicd/3-app/javabuilder/ template.yml.erb > app- template.yml
43
+ - cat app- template.yml
44
+ - cfn-lint app- template.yml
45
+ - aws cloudformation package --template-file app- template.yml --output-template-file cloudformation-output.yml --s3-bucket $ARTIFACT_STORE --s3-prefix "$ARTIFACT_PATH/cloudformation-package"
46
46
- aws s3 cp cloudformation-output.yml "s3://${ARTIFACT_STORE}/${ARTIFACT_PATH}/"
47
47
- echo "Artifacts uploaded to S3, view them at https://console.aws.amazon.com/s3/buckets/${ARTIFACT_STORE}?region=us-east-1&prefix=${ARTIFACT_PATH}/"
You can’t perform that action at this time.
0 commit comments