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

Make path absolut

parent 75ec3b09
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,9 @@ BACKPORTS_BASE_FILE := $(BACKPORTS_BASE_DIR)/Base.gitlab-ci.yml
.PHONY: backports
# NOTE: this make target requires GNU sed and not the mac OS sed.
# Install it with `brew install gnu-sed` and follow the instructions in `brew info gnu-sed` to
# make it the standard `sed` binary (if you wish) or temporarily alias sed=gsed
backports:
@mkdir -p $(BACKPORTS_BASE_DIR)
@echo 'variables:' > $(BACKPORTS_BASE_FILE)
......
......@@ -13,7 +13,7 @@
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/OpenTofu.gitlab-ci.yml
include:
- local: OpenTofu/Base.latest.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/OpenTofu/Base.latest.gitlab-ci.yml
- local: /backports/OpenTofu/Base.latest.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/OpenTofu/Base.latest.gitlab-ci.yml
stages: [validate, test, build, deploy]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment