add more logging

This commit is contained in:
mlangkabel
2021-02-01 13:56:43 +01:00
parent 9ad9fd8980
commit 7b7c6f4794
+5 -1
View File
@@ -42,9 +42,13 @@ echo "This script is running in: $SCRIPT_DIR"
cd $SCRIPT_DIR/
cd ..
echo "Copy python indexer files to $OUTPUT_DIR"
echo "create $OUTPUT_DIR"
mkdir -p $OUTPUT_DIR
echo "Copy python indexer files to $OUTPUT_DIR"
cp $INPUT_DIR/_version.py $OUTPUT_DIR
cp $INPUT_DIR/run.py $OUTPUT_DIR
cp $INPUT_DIR/indexer.py $OUTPUT_DIR
cp $INPUT_DIR/shallow_indexer.py $OUTPUT_DIR
echo "Done updating Python indexer"