Skip to content
Snippets Groups Projects

docs: replace gitlab-templates by gitlab-ci-templates

Merged Simon Chabot requested to merge topic/default/doc-rename into branch/default
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -8,7 +8,7 @@ To include them use this snippet:
```yaml
include:
- project: "open-source/gitlab-templates"
- project: "open-source/gitlab-ci-templates"
ref: "branch/default"
file: # the stages are:
- "templates/no-duplicated-ci-pipelines.yml" # use workflow to avoid duplicated pipelines
@@ -37,7 +37,7 @@ A recommended configuration for a cube would be:
```yaml
include:
- project: "open-source/gitlab-templates"
- project: "open-source/gitlab-ci-templates"
ref: "branch/default"
file: # the stages are:
- "templates/no-duplicated-ci-pipelines.yml" # use workflow to avoid duplicated pipelines
Loading