Disable system imports in runner.

They're not really used. Will probably remove at a later date.
This commit is contained in:
D. Berge
2022-05-01 21:24:56 +02:00
parent c495dce27d
commit 6516896bae

View File

@@ -103,10 +103,10 @@ run $BINDIR/import_smsrc.py
# run $BINDIR/system_exports.py
# fi
if [[ -n "$RUNNER_IMPORT" ]]; then
print_log "Import system data"
run $BINDIR/system_imports.py
fi
# if [[ -n "$RUNNER_IMPORT" ]]; then
# print_log "Import system data"
# run $BINDIR/system_imports.py
# fi
# print_log "Export QC data"
# run $BINDIR/human_exports_qc.py