Skip to content

Commit e0cf3af

Browse files
committed
Fix the order of upload and generate_ro_crate processes in run.sh
1 parent fea9f41 commit e0cf3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapporo/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ function run_wf() {
1414
else
1515
executor_error
1616
fi
17+
generate_ro_crate
1718
upload
1819
date +"%Y-%m-%dT%H:%M:%S" >${end_time}
1920
echo 0 >${exit_code}
2021
echo "COMPLETE" >${state}
21-
generate_ro_crate &
2222
clean_rundir &
2323
exit 0
2424
}

0 commit comments

Comments
 (0)