Do not mark anything from 3.3 branch as testing
This commit is contained in:
@@ -243,7 +243,11 @@ if [ $# -gt 0 ] ; then
|
|||||||
else
|
else
|
||||||
# We update both branches here
|
# We update both branches here
|
||||||
# As it does not make sense to have older testing than stable
|
# As it does not make sense to have older testing than stable
|
||||||
|
if echo $version | grep -q '^3\.3\.' ; then
|
||||||
|
echo '* 3.3 branch, no TESTING update'
|
||||||
|
else
|
||||||
mark_as_release $branch TESTING
|
mark_as_release $branch TESTING
|
||||||
|
fi
|
||||||
mark_as_release $branch STABLE
|
mark_as_release $branch STABLE
|
||||||
fi
|
fi
|
||||||
git checkout master
|
git checkout master
|
||||||
|
Reference in New Issue
Block a user