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

Style the suggestion message

parent eba20f45
Branches
Tags
No related merge requests found
......@@ -35,18 +35,18 @@ variables:
- |
echo "You are using the OpenTofu CI/CD template on GitLab.com which is not recommended."
echo "This template is available for self-managed customers until CI/CD components are available to them and it will be removed asap."
echo
echo ""
echo "We recommed that you migrate to the OpenTofu CI/CD component instead."
echo "The OpenTofu CI/CD component with a default configuration can be included as follows:"
echo
echo ""
echo "include:"
echo " - component: gitlab.com/components/opentofu/full-pipeline@0.1.0"
echo " inputs:"
echo " version: latest"
echo " opentofu_version: 1.6.0"
echo
echo ""
echo "stages: [validate, test, build, deploy]"
echo
echo ""
echo "You can read about more about the OpenTofu CI/CD component here:"
echo "https://gitlab.com/components/opentofu"
- 'false'
......@@ -35,18 +35,18 @@ variables:
- |
echo "You are using the OpenTofu CI/CD template on GitLab.com which is not recommended."
echo "This template is available for self-managed customers until CI/CD components are available to them and it will be removed asap."
echo
echo ""
echo "We recommed that you migrate to the OpenTofu CI/CD component instead."
echo "The OpenTofu CI/CD component with a default configuration can be included as follows:"
echo
echo ""
echo "include:"
echo " - component: gitlab.com/components/opentofu/full-pipeline@0.1.0"
echo " inputs:"
echo " version: latest"
echo " opentofu_version: 1.6.0"
echo
echo ""
echo "stages: [validate, test, build, deploy]"
echo
echo ""
echo "You can read about more about the OpenTofu CI/CD component here:"
echo "https://gitlab.com/components/opentofu"
- 'false'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment