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

Example fix states

parent de2d94fc
Branches
Tags
No related merge requests found
...@@ -27,6 +27,8 @@ include: ...@@ -27,6 +27,8 @@ include:
# once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved. # once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved.
version: <VERSION> version: <VERSION>
opentofu_version: <OPENTOFU_VERSION> opentofu_version: <OPENTOFU_VERSION>
stages: [validate, test, build, deploy, cleanup]
``` ```
A concrete example may look like this: A concrete example may look like this:
...@@ -42,6 +44,8 @@ include: ...@@ -42,6 +44,8 @@ include:
version: latest version: latest
opentofu_version: 1.6.0 opentofu_version: 1.6.0
stages: [validate, test, build, deploy, cleanup]
--- ---
# ... or using `0.0.0-alpha1`: # ... or using `0.0.0-alpha1`:
...@@ -53,6 +57,8 @@ include: ...@@ -53,6 +57,8 @@ include:
# once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved. # once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved.
version: 0.0.0-alpha1 version: 0.0.0-alpha1
opentofu_version: 1.6.0 opentofu_version: 1.6.0
stages: [validate, test, build, deploy, cleanup]
``` ```
## Releases & Versioning ## Releases & Versioning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment