Skip to content

Commit 8d5befa

Browse files
Fix ai slop (#2827)
* Fix ai slop * Remove nonexistant link
1 parent 7003bfd commit 8d5befa

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/2.0/docs/pipelines/installation/addingexistinggitlabrepo.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -811,17 +811,9 @@ Create a `.gitlab-ci.yml` file in the root of your project with the following co
811811

812812
```yaml title=".gitlab-ci.yml"
813813
include:
814-
- project: 'gruntwork-io/gitlab-pipelines-workflows'
815-
file: '/workflows/pipelines.yml'
816-
ref: 'v1'
814+
- component: $CI_SERVER_FQDN/gruntwork-io/pipelines-workflows/pipelines@v2
817815
```
818816
819-
:::tip
820-
821-
You can read the [Pipelines GitLab CI Workflow](https://gitlab.com/gruntwork-io/gitlab-pipelines-workflows) to learn how this GitLab CI pipeline calls the Pipelines CLI to run your pipelines.
822-
823-
:::
824-
825817
:::note Progress Checklist
826818
827819
<PersistentCheckbox id="create-gitlab-ci-yml" label="Create a new `.gitlab-ci.yml` file in the root of your project with the contents above." />

0 commit comments

Comments
 (0)