gitlab group logic
This commit is contained in:
parent
34d77fec9f
commit
b69fcaff40
1 changed files with 13 additions and 0 deletions
|
@ -25,3 +25,16 @@ gitlab-ci
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue