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

Change to latest in warn job example

parent ad2127a9
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ variables: ...@@ -40,7 +40,7 @@ variables:
echo "The OpenTofu CI/CD component with a default configuration can be included as follows:" echo "The OpenTofu CI/CD component with a default configuration can be included as follows:"
echo " " echo " "
echo "include:" echo "include:"
echo " - component: gitlab.com/components/opentofu/full-pipeline@0.1.0" echo " - component: gitlab.com/components/opentofu/full-pipeline@~latest"
echo " inputs:" echo " inputs:"
echo " version: latest" echo " version: latest"
echo " opentofu_version: 1.6.0" echo " opentofu_version: 1.6.0"
......
...@@ -40,7 +40,7 @@ variables: ...@@ -40,7 +40,7 @@ variables:
echo "The OpenTofu CI/CD component with a default configuration can be included as follows:" echo "The OpenTofu CI/CD component with a default configuration can be included as follows:"
echo " " echo " "
echo "include:" echo "include:"
echo " - component: gitlab.com/components/opentofu/full-pipeline@0.1.0" echo " - component: gitlab.com/components/opentofu/full-pipeline@~latest"
echo " inputs:" echo " inputs:"
echo " version: latest" echo " version: latest"
echo " opentofu_version: 1.6.0" echo " opentofu_version: 1.6.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment