mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:07:09 +00:00
Inhibit exports.
They don't seem to be used, and for backups it's better to just back up the whole database instead, which is being done remotely.
This commit is contained in:
@@ -99,8 +99,8 @@ print_log "Import SmartSource data"
|
||||
run $BINDIR/import_smsrc.py
|
||||
|
||||
if [[ -z "$RUNNER_NOEXPORT" ]]; then
|
||||
print_log "Export system data"
|
||||
run $BINDIR/system_exports.py
|
||||
# print_log "Export system data"
|
||||
# run $BINDIR/system_exports.py
|
||||
fi
|
||||
|
||||
if [[ -n "$RUNNER_IMPORT" ]]; then
|
||||
@@ -108,11 +108,11 @@ if [[ -n "$RUNNER_IMPORT" ]]; then
|
||||
run $BINDIR/system_imports.py
|
||||
fi
|
||||
|
||||
print_log "Export QC data"
|
||||
run $BINDIR/human_exports_qc.py
|
||||
# print_log "Export QC data"
|
||||
# run $BINDIR/human_exports_qc.py
|
||||
|
||||
print_log "Export sequence data"
|
||||
run $BINDIR/human_exports_seis.py
|
||||
# print_log "Export sequence data"
|
||||
# run $BINDIR/human_exports_seis.py
|
||||
|
||||
print_log "Process ASAQC queue"
|
||||
# Run insecure in test mode:
|
||||
|
||||
Reference in New Issue
Block a user