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

fix

parent 80f45ddf
No related branches found
No related tags found
No related merge requests found
Pipeline #7966 passed
...@@ -18,9 +18,10 @@ cp includes/misc-functions.tex /tmp/merge/misc-functions.tex ...@@ -18,9 +18,10 @@ cp includes/misc-functions.tex /tmp/merge/misc-functions.tex
hash="$(git rev-parse HEAD)" hash="$(git rev-parse HEAD)"
for week in 7 11 3 2 4 5 6 9 10 13 14; do for week in 7 11 3 2 4 5 6 9 10 13 14; do
rf -f ../src/projlab.jar
echo "week $week incoming..." echo "week $week incoming..."
git reset --hard
git clean -fd git clean -fd
git reset --hard
git checkout "w${week}" git checkout "w${week}"
if [ "$week" = "5" ] || [ "$week" = "6" ]; then if [ "$week" = "5" ] || [ "$week" = "6" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment