Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quiver-benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
subugoe
OCR-D
quiver-benchmarks
Commits
e323a1df
Commit
e323a1df
authored
2 years ago
by
Michelle Weidling
Browse files
Options
Downloads
Patches
Plain Diff
fix: cleaning up
parent
b8f88509
No related branches found
No related tags found
1 merge request
!1
Merge GitHub's state
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflows/execute_workflows.sh
+7
-2
7 additions, 2 deletions
workflows/execute_workflows.sh
with
7 additions
and
2 deletions
workflows/execute_workflows.sh
+
7
−
2
View file @
e323a1df
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment