Skip to content

Commit 81f9817

Browse files
committed
Do aws cloudformation package command after the build
1 parent 8c3443a commit 81f9817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ phases:
55
commands:
66
- chmod +x gradlew
77
- ./gradlew build
8-
install:
8+
post_build:
99
commands:
1010
- aws cloudformation package --template-file cloudformation-input-template.yml --s3-bucket java4lambda-bucket --output-template-file output-template.yml
1111

0 commit comments

Comments
 (0)