Skip to content
Snippets Groups Projects
Commit d8927d70 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

Update clean.sh

parent 2ef222e7
No related branches found
No related tags found
No related merge requests found
Pipeline #20068 failed
......@@ -12,11 +12,11 @@ RUNDIR=${WORKDIR}/${STARTDATE}/${MEMBER}
cd ${RUNDIR} || exit
# Remove the files in the run directory
rm -f ${FILES_TO_CLEAN}
#rm -f ${FILES_TO_CLEAN}
# Remove the files in the remote output directory
OUTPUT_DIR=${WORKDIR}/output/${STARTDATE}/${MEMBER}
cd ${OUTPUT_DIR} || exit
rm -f ${FILES_TO_CLEAN}
#rm -f ${FILES_TO_CLEAN}
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