This is the wip PR for GitLab CI support in the Development Kit.
After this is merged you get the following extra's:
- Running
make
also install GitLab ci ingitlab-ci
subdirectory - Running
make update
also updates GitLab ci - Running
make update-gitlab-ci
updates only GitLab ci - Running
make gitlab-ci-clean
will remove GitLab ci from your system - GitLab and GitLab CI both use the same postgresql database that can be start from the root with
foreman start
- You can run GitLab and GitLab ci next to each other since GitLab ci is running on port 5000.
- Out of the box GitLab ci is configured to run with GitLab from this GDK
There is a big change I forgot something important, please let me know so I can fix it :)
Depends on: https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/16