Skip to content
Snippets Groups Projects
Commit e323a1df authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

fix: cleaning up

parent b8f88509
No related branches found
No related tags found
1 merge request!1Merge GitHub's state
......@@ -13,6 +13,10 @@ if [[ -d workflows/nf-results ]]; then
rm -rf workflows/nf-results
fi
if [[ -d workflows/results ]]; then
rm -rf workflows/results
fi
set -euo pipefail
adjust_workflow_settings() {
......@@ -158,8 +162,9 @@ echo "Summarize JSONs to one file …"
quiver summarize-benchmarks
echo "Done."
# clean up
echo "Cleaning up …"
rm -rf "$WORKSPACE_DIR"
rm -rf "$ROOT"/work
rm -rf "$WORKFLOW_DIR"/nf-results
rm "$WORKFLOW_DIR"/results/*.json
rm -rf "$WORKFLOW_DIR"/results
rm "$WORKFLOW_DIR"/ocrd_workflows/*.nf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment