File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,13 @@ exit_with_error() {
97
97
BASE_NAME=$( basename " $TEMPLATE_FILE_NAME " .yaml)
98
98
BUILD_DIR=" $BUILD_DIR_BASE /$BASE_NAME "
99
99
100
- sam build -u --template-file " ../$TEMPLATE_FILE_NAME " --build-dir " $BUILD_DIR "
100
+ echo " Building and packaging the SAM template: $BASE_NAME "
101
+ echo " Building and packaging the SAM template: $BUILD_DIR "
102
+ echo pwd
103
+
104
+
105
+ sam build --template-file " $TEMPLATE_FILE " --build-dir " $BUILD_DIR "
106
+ echo " build done packaging"
101
107
sam package --s3-bucket " $S3_BUCKET " --template-file " $BUILD_DIR /template.yaml" --output-template-file " $BUILD_DIR /$TEMPLATE_FILE_NAME "
102
108
103
109
@@ -106,7 +112,7 @@ cat <<EOF > parameter.json
106
112
EOF
107
113
LOG_GROUP_NAMES=$( < parameter.json)
108
114
109
-
115
+ echo " Deploying the Firehose stack: $FIREHOSE_STACK_NAME "
110
116
deploy_firehose_stack " $BUILD_DIR /$TEMPLATE_FILE_NAME " " $FIREHOSE_STACK_NAME " " $NEW_RELIC_LICENSE_KEY " " $NEW_RELIC_REGION " " $NEW_RELIC_ACCOUNT_ID " " true" " $LOG_GROUP_NAMES " " ''"
111
117
112
118
validate_stack_deployment_status " $FIREHOSE_STACK_NAME "
You can’t perform that action at this time.
0 commit comments