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

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

parent c38e6305
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/robotframework/gitlab-ci-robotframework@4.3.0
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@4.3.0
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -209,9 +209,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/robotframework/gitlab-ci-robotframework@4.3.0
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@4.3.0
  # Vault variant
  - component: gitlab.com/to-be-continuous/robotframework/gitlab-ci-robotframework-vault@4.3.0
  - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework-vault@4.3.0
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"