Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 3b412b5

Browse files
committed
Removed --template-file param from buildspec
1 parent 501cf94 commit 3b412b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshop/content/buildpipe/buildspec/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ phases:
4141
post_build:
4242
commands:
4343
# Use Post-Build for notifications, git tags, upload artifacts to S3
44-
- sam package --template-file template.yaml --s3-bucket $PACKAGE_BUCKET --output-template-file packaged.yaml
44+
- sam package --s3-bucket $PACKAGE_BUCKET --output-template-file packaged.yaml
4545
4646
artifacts:
4747
discard-paths: yes

0 commit comments

Comments
 (0)