Commit 6fa1f862 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: use variabilized GitLab server FQDN in CI/CD component reference URLs

parent b01a58b6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.5.1
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.5.1
    # 2: set/override component inputs
    inputs:
      site-dir: "build" # ⚠ this is only an example
@@ -91,7 +91,7 @@ If you wish to use it, Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.5.1
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.5.1
  # GitLab pages variant
  - component: gitlab.com/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.5.1
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.5.1
```