Skip to content

Huge clean up GitLab CI references

Achilleas Pipinellis requested to merge axil/omnibus-gitlab:clean_ci_ref into master

No header title was removed, those that refered to CI got the following text in them:

This section is deprecated for GitLab 8.0 and later versions.

Those below are the ones I haven't touched:

ack gitlab-ci doc/


common_installation_problems/README.md
275:### Error executing action create on resource cron[gitlab-ci schedule builds]
278:1. Check if user `gitlab-ci` is in `/etc/cron.deny` and if yes remove it. You can add the `gitlab-ci` user to `/etc/cron.allow``.
279:1. Check if you have PAM enabled and if gitlab-ci user is allowed to access crontab. If yes, try changing your `/etc/security/access.conf` to allow the user access to the resource, for example `+:gitlab-ci:ALL`.

README.md
45:- [Updating from GitLab CI version prior to 5.4.0 to the latest version](update/README.md#updating-from-gitlab-ci-version-prior-to-540-to-the-latest-version)
52:- [GitLab CI shows GitLab login page](common_installation_problems/README.md#gitlab-ci-shows-gitlab-login-page).

update.md
46:See [doc/update/README.md.](doc/update/README.md#updating-from-gitlab-ci-version-prior-to-540-to-the-latest-version)

gitlab-ci/README.md
3:You can run a [GitLab CI](https://about.gitlab.com/gitlab-ci/) Coordinator

Closes #913 (closed)

Merge request reports