Skip to content

Commit

Permalink
include merk and conf
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Feb 12, 2024
1 parent 5e2d2e8 commit cab930a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/stream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ TAR_PATH="${DATA_PATH%/}/$TAR_NAME"
tar -cf - $NGEN_RUN_PATH | pigz > $TAR_PATH

cp $TAR_PATH $S3_OUT
cp $DATA_PATH/merkdir.file $S3_OUT
cp -r $DATASTREAM_CONF_PATH $S3_OUT

echo "ngen-datastream run complete! Data exists here: $S3_OUT"
echo "and here: $DATA_PATH"
Expand Down

0 comments on commit cab930a

Please sign in to comment.