Skip to content

Commit cc0193c

Browse files
committed
docs: rename gitlab-ci yaml example job name
1 parent e4cc885 commit cc0193c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Using scm-engine within a GitLab CI pipeline is straight forward.
119119
1. Setup a CI job using the `scm-engine` Docker image that will run when a pipeline is created from a Merge Request Event.
120120

121121
```yaml
122-
run::cli:
122+
scm-engine:
123123
image: ghcr.io/jippi/scm-engine:latest
124124
rules:
125125
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'

0 commit comments

Comments
 (0)