diff --git a/backports/.Base.gitlab-ci.yml b/backports/.Base.gitlab-ci.yml index 88eeb33cf2fb9913b69bc1f145dd76234934b550..08175fe0b41f54f56c4aee783a8d2794488e6974 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 fe84f94df605b03100555b7bfd0ec289a15f781b..356712e94941c2ba60c0da6f839f7c980d970819 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'