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

Fix double $$ from Makefile

parent 78b56a93
Branches
Tags
No related merge requests found
......@@ -18,8 +18,8 @@ variables:
# Compatible OpenTofu version, see https://gitlab.com/components/opentofu/-/releases
OPENTOFU_VERSION: "1.6.0"
# Job Image with `gitlab-tofu`
GITLAB_OPENTOFU_IMAGE: registry.gitlab.com/components/opentofu/gitlab-opentofu:$$VERSION-opentofu$$OPENTOFU_VERSION
GITLAB_OPENTOFU_IMAGE: registry.gitlab.com/components/opentofu/gitlab-opentofu:$VERSION-opentofu$OPENTOFU_VERSION
# The relative path to the root directory of the OpenTofu project
TF_ROOT: $${CI_PROJECT_DIR}
TF_ROOT: ${CI_PROJECT_DIR}
# The name of the state file used by the GitLab Managed Terraform state backend
TF_STATE_NAME: default
......@@ -18,9 +18,9 @@ variables:
# Compatible OpenTofu version, see https://gitlab.com/components/opentofu/-/releases
OPENTOFU_VERSION: "1.6.0"
# Job Image with `gitlab-tofu`
GITLAB_OPENTOFU_IMAGE: registry.gitlab.com/components/opentofu/gitlab-opentofu:$$VERSION-opentofu$$OPENTOFU_VERSION
GITLAB_OPENTOFU_IMAGE: registry.gitlab.com/components/opentofu/gitlab-opentofu:$VERSION-opentofu$OPENTOFU_VERSION
# The relative path to the root directory of the OpenTofu project
TF_ROOT: $${CI_PROJECT_DIR}
TF_ROOT: ${CI_PROJECT_DIR}
# The name of the state file used by the GitLab Managed Terraform state backend
TF_STATE_NAME: default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment