Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Opentofu
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DBS
gitlab-component
Opentofu
Commits
e6a4a8bf
Unverified
Commit
e6a4a8bf
authored
1 year ago
by
Timo Furrer
Browse files
Options
Downloads
Patches
Plain Diff
Improve warn job message in backports
parent
51bd5a56
No related branches found
Branches containing commit
Tags
0.10.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backports/.Base.latest.gitlab-ci.yml
+5
-4
5 additions, 4 deletions
backports/.Base.latest.gitlab-ci.yml
backports/OpenTofu/Base.latest.gitlab-ci.yml
+5
-4
5 additions, 4 deletions
backports/OpenTofu/Base.latest.gitlab-ci.yml
with
10 additions
and
8 deletions
backports/.Base.latest.gitlab-ci.yml
+
5
−
4
View file @
e6a4a8bf
...
...
@@ -34,11 +34,12 @@ opentofu:use-component-instead-of-template:
image
:
alpine:3.19
script
:
-
|
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 "You are using the OpenTofu CI/CD template on GitLab.com, which is not recommended."
echo "This template is available for self-managed users only until CI/CD components are "
echo "available. See https://gitlab.com/gitlab-org/gitlab/-/issues/415638"
echo " "
echo "
We recommend that you migrate to
the OpenTofu CI/CD component instead."
echo "T
he OpenTofu
CI/CD component with a default configuration
can be included as follows
:"
echo "
You should use
the OpenTofu CI/CD component instead."
echo "T
o include the
CI/CD component with a default configuration:"
echo " "
echo "include:"
echo " - component: gitlab.com/components/opentofu/full-pipeline@<VERSION>"
...
...
This diff is collapsed.
Click to expand it.
backports/OpenTofu/Base.latest.gitlab-ci.yml
+
5
−
4
View file @
e6a4a8bf
...
...
@@ -34,11 +34,12 @@ opentofu:use-component-instead-of-template:
image
:
alpine:3.19
script
:
-
|
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 "You are using the OpenTofu CI/CD template on GitLab.com, which is not recommended."
echo "This template is available for self-managed users only until CI/CD components are "
echo "available. See https://gitlab.com/gitlab-org/gitlab/-/issues/415638"
echo " "
echo "
We recommend that you migrate to
the OpenTofu CI/CD component instead."
echo "T
he OpenTofu
CI/CD component with a default configuration
can be included as follows
:"
echo "
You should use
the OpenTofu CI/CD component instead."
echo "T
o include the
CI/CD component with a default configuration:"
echo " "
echo "include:"
echo " - component: gitlab.com/components/opentofu/full-pipeline@<VERSION>"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment