From b69fcaff402192132216bd696cb9fa4606e92de9 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 16 Sep 2019 13:34:36 +0200 Subject: [PATCH] gitlab group logic --- docs/public/gitlab-ci/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/public/gitlab-ci/index.rst b/docs/public/gitlab-ci/index.rst index 582143d..3e863b8 100644 --- a/docs/public/gitlab-ci/index.rst +++ b/docs/public/gitlab-ci/index.rst @@ -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