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

fix

parent baa31f0b
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ for week in 7 11 3 2 4 5 6 9 10 13 14; do ...@@ -23,6 +23,8 @@ for week in 7 11 3 2 4 5 6 9 10 13 14; do
git reset --hard git reset --hard
git checkout "w${week}" git checkout "w${week}"
rm -rf /tmp/javadoc
if [ "$week" = "5" ] || [ "$week" = "6" ]; then if [ "$week" = "5" ] || [ "$week" = "6" ]; then
bash -c "cd ..; /tmp/merge/build.sh" bash -c "cd ..; /tmp/merge/build.sh"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment