Commit a3732174 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

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

parent 4327af36
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1
    # 2: set/override component inputs
    inputs:
      build-dir: website # ⚠ this is only an example
@@ -89,7 +89,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/sphinx/gitlab-ci-sphinx@1.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.1.1
  # GitLab pages variant
  - component: gitlab.com/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.1.1
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.1.1
```