Skip to content
Snippets Groups Projects
Verified Commit ba7724fe authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent a7c037a9
Branches
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ shift $((OPTIND-1)) ...@@ -32,7 +32,7 @@ shift $((OPTIND-1))
mkdir -p ${OUTDIR}/tmp mkdir -p ${OUTDIR}/tmp
mv ${OUTDIR}/*.pdf ${OUTDIR}/tmp || true mv ${OUTDIR}/*.pdf ${OUTDIR}/tmp || true
rm -f ${OUTDIR}/*.* rm -f ${OUTDIR}/*.*
mv ${OUTDIR}/tmp/*.pdf ${OUTDIR} mv ${OUTDIR}/tmp/*.pdf ${OUTDIR} || true
rm -rf ${OUTDIR}/tmp rm -rf ${OUTDIR}/tmp
if [ -n "$CI_BUILD_REF" ]; if [ -n "$CI_BUILD_REF" ];
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment