Skip to content
Snippets Groups Projects
Commit 88f4ad0c authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'update-terraform-config' into 'master'

Resolve "Path to Base.*.gitlab-ci.yml should be relative to the root directory"

Closes #132

See merge request https://gitlab.com/gitlab-org/terraform-images/-/merge_requests/259



Merged-by: default avatarTimo Furrer <tfurrer@gitlab.com>
Approved-by: default avatarTimo Furrer <tfurrer@gitlab.com>
Co-authored-by: default avatarYohei Kawase <ykawase@gitlab.com>
parents b3a4a990 4a3084db
Branches master
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.gitlab-ci.yml
include:
- local: Terraform/Base.gitlab-ci.yml
- local: /templates/Terraform/Base.gitlab-ci.yml
- template: Jobs/SAST-IaC.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Jobs/SAST-IaC.gitlab-ci.yml
stages:
......
......@@ -4,7 +4,7 @@
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
include:
- local: Terraform/Base.latest.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Terraform/Base.latest.gitlab-ci.yml
- local: /templates/Terraform/Base.latest.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Terraform/Base.latest.gitlab-ci.yml
- template: Jobs/SAST-IaC.latest.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Jobs/SAST-IaC.latest.gitlab-ci.yml
stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment