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

Update document/build.sh

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