Skip to content
Snippets Groups Projects
Commit 499ce7a2 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

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

parent 58e886ad
No related branches found
No related tags found
Loading
...@@ -20,7 +20,7 @@ Add the following to your `.gitlab-ci.yml`: ...@@ -20,7 +20,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml ```yaml
include: include:
# 1: include the component # 1: include the component
- component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11.2 - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11.2
# 2: set/override component inputs # 2: set/override component inputs
inputs: inputs:
changelog-enabled: true # ⚠ this is only an example changelog-enabled: true # ⚠ this is only an example
...@@ -379,9 +379,9 @@ With: ...@@ -379,9 +379,9 @@ With:
```yaml ```yaml
include: include:
# main template # main template
- component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11.2 - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11.2
# Vault variant # Vault variant
- component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel-vault@3.11.2 - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel-vault@3.11.2
inputs: inputs:
vault-base-url: "https://vault.acme.host/v1" vault-base-url: "https://vault.acme.host/v1"
# audience claim for JWT # audience claim for JWT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment