Skip to content
Snippets Groups Projects
Unverified Commit bbab55f8 authored by Timo Furrer's avatar Timo Furrer
Browse files

Fix FQDN in release notes example

parent 83d3b0ef
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ You can use the OpenTofu CI/CD component from the CI/CD catalog using: ...@@ -8,7 +8,7 @@ You can use the OpenTofu CI/CD component from the CI/CD catalog using:
```yaml ```yaml
include: include:
- component: $CI_COMMIT_TAG/$CI_PROJECT_PATH/full-pipeline@$CI_COMMIT_TAG - component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/full-pipeline@$CI_COMMIT_TAG
inputs: inputs:
# The version must currently be specified explicitly as an input, # The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed # to find the correctly associated images. # This can be removed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment