Skip to content

Commit

Permalink
Fix the order of upload and generate_ro_crate processes in run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Mar 4, 2024
1 parent fea9f41 commit e0cf3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapporo/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ function run_wf() {
else
executor_error
fi
generate_ro_crate
upload
date +"%Y-%m-%dT%H:%M:%S" >${end_time}
echo 0 >${exit_code}
echo "COMPLETE" >${state}
generate_ro_crate &
clean_rundir &
exit 0
}
Expand Down

0 comments on commit e0cf3af

Please sign in to comment.