Hi there,
OS: CentOS 7.1
Gitlab 7.13
Gitlab CI 7.13
I would note my found here.
Gitlab CI would failed on starting the service.
- Wrong file permission
-rw-r--r-- 1 root root 0 Jul 28 19:52 gitlab-ci_access.log
-rw-r--r-- 1 root root 0 Jul 28 19:52 gitlab-ci_error.log
should be owned by nginx
- Wrong user permission
drwx------ 7 gitlab_ci gitlab_ci 4096 Jul 28 19:50 gitlab_ci
should be 755
I would try to look into it if we could have pull request
Hi there,
OS: CentOS 7.1
Gitlab 7.13
Gitlab CI 7.13
I would note my found here.
Gitlab CI would failed on starting the service.
-rw-r--r-- 1 root root 0 Jul 28 19:52 gitlab-ci_access.log
-rw-r--r-- 1 root root 0 Jul 28 19:52 gitlab-ci_error.log
should be owned by nginx
drwx------ 7 gitlab_ci gitlab_ci 4096 Jul 28 19:50 gitlab_ci
should be 755
I would try to look into it if we could have pull request