Comment obtenir le nom du groupe d'un projet à Gitlab
if URL is $GITLAB.URL/some/group/here/project.git
then
group_name=some/group/here/
fi
Long Lemur
if URL is $GITLAB.URL/some/group/here/project.git
then
group_name=some/group/here/
fi