-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'all' command should run only the selected tasks if schema is PICA #265
Milestone
Comments
pkiraly
changed the title
"all" command should run only the selected tasks if schema is PICA
'all' command should run only the selected tasks if schema is PICA
May 5, 2023
pkiraly
added a commit
that referenced
this issue
May 5, 2023
The |
Do you mean such like this? if [ "${SCHEMA:-}" == "PICA" ]; then
ALL_ANALYSES=validate,validate_sqlite,completeness,completeness_sqlite,classifications,authorities,marc_history
else
ALL_ANALYSES=validate,validate_sqlite,completeness,completeness_sqlite,classifications,authorities,tt_completeness,shelf_ready_completeness,serial_score,functional_analysis,pareto,marc_history
fi
ANALYSES=${ANALYSES:-$ALL_ANALYSES} |
I also added command |
I saw that and I like it! |
pkiraly
added a commit
that referenced
this issue
May 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The supported tasks are
all-analyses-pica
will run these analysesall
will runall-analyses-pica
if the$SCHEMA
variable isPICA
ortherwiseall-analyses
, then in both caseall-solr
The text was updated successfully, but these errors were encountered: