-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
VFLP/tools/templates/one-queue.sh
Line 89 in 62b6bfe
| cp ${VF_TMPDIR}/${USER}/VFLP/${VF_JOBLETTER}/${VF_QUEUE_NO_12}/${VF_QUEUE_NO}/workflow/output-files/queues/${VF_QUEUE_NO_1}/${VF_QUEUE_NO_2}/${VF_QUEUE_NO}queue-${VF_QUEUE_NO}.* ../workflow/output-files/queues/${VF_QUEUE_NO_1}/${VF_QUEUE_NO_2}/ || true |
A missing slash between ${VF_QUEUE_NO} and queue-${VF_QUEUE_NO}.* causes cp fail during the cleanup, leading to a butchered job.
cp ${VF_TMPDIR}/${USER}/VFLP/${VF_JOBLETTER}/${VF_QUEUE_NO_12}/${VF_QUEUE_NO}/workflow/output-files/queues/${VF_QUEUE_NO_1}/${VF_QUEUE_NO_2}/${VF_QUEUE_NO}/queue-${VF_QUEUE_NO}.* ../workflow/output-files/queues/${VF_QUEUE_NO_1}/${VF_QUEUE_NO_2}/ || trueReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels