Skip to content

Commit 9391d40

Browse files
committed
debugging
1 parent 4fd02e7 commit 9391d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e_tests/firehose_e2e_tests.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ echo "Building and packaging the SAM template: $BUILD_DIR"
102102
echo pwd
103103

104104

105-
sam build --template-file "$TEMPLATE_FILE" --build-dir "$BUILD_DIR"
105+
sam build --template-file "../$TEMPLATE_FILE_NAME" --build-dir "$BUILD_DIR"
106106
echo "build done packaging"
107107
sam package --s3-bucket "$S3_BUCKET" --template-file "$BUILD_DIR/template.yaml" --output-template-file "$BUILD_DIR/$TEMPLATE_FILE_NAME"
108108

0 commit comments

Comments
 (0)