Skip to content

Commit 9b54632

Browse files
authored
Update gitlab-installation.md
1 parent 6ec3579 commit 9b54632

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/gitlab-installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Create a `cm` project (repository) in your GitLab group. This repository must be
4040
!!! example "Example Configuration"
4141
--8<-- "docs/downloads/gitStream-gl.cm"
4242

43+
!!! warning "Explicit triggers are not supported"
44+
The `triggers` and `on` functionality are not currently supported in GitLab. If you include them in your CM automation files, gitStream will skip the automations entirely.
45+
4346
## Create a GitLab Pipeline
4447

4548
Once your gitStream configuration file is set up, you need a GitLab CI configuration file to trigger gitStream automations. Create a `cm` project (repository) in your GitLab group if you haven't already. It should be created in the same group or a parent group of the target repositories. Create a `.gitlab-ci.yml` file in your new `cm` repository's default branch (usually `master` or `main`) and add the following configuration:

0 commit comments

Comments
 (0)