gitlab group logic

This commit is contained in:
Marc Beninca 2019-09-16 13:34:36 +02:00
parent 34d77fec9f
commit b69fcaff40

View file

@ -25,3 +25,16 @@ gitlab-ci
artifacts:
paths:
- public
* group script
.. todo:: explain group logic
.. code:: shell
apt update
rm --force --recursive ../${group_project}
apt --yes install git
git clone ${group_url}/${group_project} ../${group_project}
apt --yes install python3
python3 ../${group_project}/buildeploy.py