Skip to content
Snippets Groups Projects
Verified Commit 0d6dc9b7 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

fix

parent 35a6a80a
No related branches found
No related tags found
No related merge requests found
Pipeline #7954 failed
......@@ -26,8 +26,11 @@ for week in 2 3 4 5 6 7 9 10 11 13 14; do
echo Executing week pre-build scripts
find weeks -name build.sh -type f -exec bash {} \;
plab flatten weeks/${week}.tex includes/misc-functions.tex /tmp/merge/${week}.tex
weektmp="$week"
if [ "$week" = "9" ]; then
weektmp="8"
fi
plab flatten weeks/${weektmp}.tex includes/misc-functions.tex /tmp/merge/${weektmp}.tex
git reset --hard "w${week}"
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment