Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build_scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ cp -r $SOURCE_DIR/* $OUTPUT_DIR
cp -r $OUTPUT_DIR/Rust/make_predictions/target/x86_64-unknown-linux-gnu/release/libmake_predictions_rust.so $OUTPUT_DIR/make_predictions_rust.so
rm -rf $OUTPUT_DIR/C
rm -rf $OUTPUT_DIR/Rust
# Dev/research tooling in smartscore/scripts is not imported at Lambda runtime.
rm -rf $OUTPUT_DIR/scripts

# Stage NHL mock fixtures into the zip for dev only, so deployed dev lambdas
# can serve frozen NHL data when the mock flag is on. Prod stays clean.
Expand Down
Loading