You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gitlab-installation.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ GitLab Installation Overview
15
15
1. Designate a gitStream user account.
16
16
1. Create a CM configuration file.
17
17
1. Create a GitLab pipeline.
18
-
1. Install the gitStream service.
18
+
1. Install the gitStream service.
19
19
20
20
## Designate a gitStream User Account
21
21
22
-
gitStream automation rules are executed on behalf of the user account configured when you install the gitStream service. This account must have the `maintainer` or `owner` role to the relevant repos.
22
+
gitStream automation rules are executed on behalf of the user account configured when you install the gitStream service. This account must have the `maintainer` or `owner` role to the relevant repos.
23
23
24
24
We recommend creating a [dedicated service account](https://docs.gitlab.com/ee/user/profile/service_accounts.html){:target="_blank"} to control access to individual repos easily. You can also use your professional or personal GitLab account for this, which would result in all automations being executed under that account, which might also affect LinearB's metrics.
25
25
@@ -39,7 +39,7 @@ Create a `cm` project (repository) in your GitLab group, and create a `gitstream
39
39
!!! example "Example Configuration"
40
40
Here is an example of a gitStream configuration file to set up some basic workflow automations.
41
41
```yaml+jinja
42
-
--8<-- "docs/downloads/gitstream.cm"
42
+
--8<-- "docs/downloads/gitlab/gitstream.cm"
43
43
```
44
44
45
45
## Create a GitLab Pipeline
@@ -49,7 +49,7 @@ Once your gitStream configuration file is set up, you need a GitLab CI configura
49
49
=== "GitLab-Hosted runners"
50
50
51
51
**Gitlab-Hosted Runners**
52
-
52
+
53
53
Use the following `.gitlab-ci.yml`
54
54
55
55
``` yaml+jinja
@@ -67,7 +67,7 @@ Once your gitStream configuration file is set up, you need a GitLab CI configura
67
67
``` yaml+jinja
68
68
--8<-- "docs/downloads/gitlab-shell-ci.yml"
69
69
```
70
-
70
+
71
71
=== "Self-Managed Runners - Kubernetes"
72
72
**Self-Managed Runners**
73
73
@@ -91,7 +91,7 @@ Once your gitStream configuration file is set up, you need a GitLab CI configura
0 commit comments