From fd7ddcd238469ce79722ae327c5408e0d91e34cb Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Sun, 11 Aug 2024 15:50:32 +0200 Subject: [PATCH] docs: use variabilized GitLab server FQDN in CI/CD component reference URLs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d79c2e..e7300dc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`: ```yaml include: # include the component - - component: gitlab.com/to-be-continuous/renovate/gitlab-ci-renovate@1.2.2 + - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.2.2 ``` ### Use as a CI/CD template (legacy) -- GitLab