Skip to content

Commit ee994f1

Browse files
Update docs/ee/gitlab.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent d5def95 commit ee994f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/ee/gitlab.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ In the repo where you are interested to integrate with digger you need to set up
4545

4646
### Create digger pipeline in your GitLab repo
4747

48-
To create a GitLab pipeline you can use a .GitLab-ci.yml file in the root of your file. In this you need to create a script which downloads Digger binary and invokes it, the purpose here is to have this pipeline triggered by Digger externally. Here is an example of such file:
49-
48+
To create a GitLab pipeline you can use a .gitlab-ci.yml file in the root of your repository. In this you need to create a script which downloads Digger binary and invokes it, the purpose here is to have this pipeline triggered by Digger externally. Here is an example of such file:
5049
```jsx
5150
5251
variables:

0 commit comments

Comments
 (0)