You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ee/gitlab.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,7 @@ In the repo where you are interested to integrate with digger you need to set up
45
45
46
46
### Create digger pipeline in your GitLab repo
47
47
48
-
To create a GitLab pipeline you can use a .GitLab-ci.yml file in the root of your file. Inthis 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. Inthis 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:
0 commit comments