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

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

parent 26b6c14d
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`: ...@@ -14,7 +14,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/golang/gitlab-ci-golang@4.10.0 - component: $CI_SERVER_FQDN/to-be-continuous/golang/gitlab-ci-golang@4.10.0
# 2: set/override component inputs # 2: set/override component inputs
inputs: inputs:
image: "registry.hub.docker.com/library/golang:buster" # ⚠ this is only an example image: "registry.hub.docker.com/library/golang:buster" # ⚠ this is only an example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment