Skip to content
Snippets Groups Projects
Commit 54b23489 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

prepare.sh: check if branch v2016.2.x

parent c7de8a27
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,10 @@ patch_target() {
fi
}
patch_target
cd ..
if git status | head -n1 | grep "v2016.2.x"; then
patch_target
else
echo "no gluon repo founden or wrong branch"
exit 1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment