From 3ac4611d451c540b335277c2b6e0aaeec3c19e1e Mon Sep 17 00:00:00 2001 From: Timo Furrer <tfurrer@gitlab.com> Date: Fri, 19 Jan 2024 08:08:45 +0100 Subject: [PATCH] Style the suggestion message --- backports/.Base.gitlab-ci.yml | 8 ++++---- backports/OpenTofu/Base.gitlab-ci.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/backports/.Base.gitlab-ci.yml b/backports/.Base.gitlab-ci.yml index 88eeb33..08175fe 100644 --- a/backports/.Base.gitlab-ci.yml +++ b/backports/.Base.gitlab-ci.yml @@ -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' diff --git a/backports/OpenTofu/Base.gitlab-ci.yml b/backports/OpenTofu/Base.gitlab-ci.yml index fe84f94..356712e 100644 --- a/backports/OpenTofu/Base.gitlab-ci.yml +++ b/backports/OpenTofu/Base.gitlab-ci.yml @@ -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' -- GitLab