We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d742cd commit 2f5c672Copy full SHA for 2f5c672
docs/ee/gitlab-support.mdx
@@ -50,7 +50,7 @@ make sure that "Comments" and "Merge request events" are selected for Trigger ev
50
51
### Create digger pipeline in your GitLab repo
52
53
-To create a GitLab pipeline you can use a .GitLab-ci.yml file in the root of your file. In this you need to
+To create a GitLab pipeline you can use a .gitlab-ci.yml file in the root of your file. In this you need to
54
create a script which downloads digger binary and invokes it, the purpose here is to have this pipeline triggered
55
by digger externally. Here is an example of such file:
56
0 commit comments