Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 4be417a

Browse files
Update entrypoint.sh
1 parent d213dee commit 4be417a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ BuidApp()
619619
# Build the application #
620620
#########################
621621
# shellcheck disable=SC2164
622-
BUILD_CMD=$(cd "$GITHUB_WORKSPACE" ; "$SAM_CMD" build)
622+
BUILD_CMD=$(cd "$GITHUB_WORKSPACE" ; "$SAM_CMD" build -t "$AWS_SAM_TEMPLATE")
623623

624624
#######################
625625
# Load the error code #

0 commit comments

Comments
 (0)