We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cc885 commit cc0193cCopy full SHA for cc0193c
README.md
@@ -119,7 +119,7 @@ Using scm-engine within a GitLab CI pipeline is straight forward.
119
1. Setup a CI job using the `scm-engine` Docker image that will run when a pipeline is created from a Merge Request Event.
120
121
```yaml
122
- run::cli:
+ scm-engine:
123
image: ghcr.io/jippi/scm-engine:latest
124
rules:
125
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
0 commit comments