From c42b2daf0149ad5ac9638a47b015ab072f50e45c Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Tue, 20 Feb 2024 14:16:29 +0100
Subject: [PATCH] composer/library/composer-json-utils#7 Make GitLab CI
 template repo and ref configurable

---
 private-modules.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/private-modules.yml b/private-modules.yml
index 839bdf6..52a103d 100644
--- a/private-modules.yml
+++ b/private-modules.yml
@@ -10,21 +10,21 @@ workflow:
     - if: $CI_COMMIT_TAG
 
 include:
-  - remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.main.yml
+  - remote: https://git.drupalcode.org/${_GITLAB_TEMPLATES_REPO}/-/raw/${_GITLAB_TEMPLATES_REF}/includes/include.drupalci.main.yml
     rules:
       - if: $CI_PIPELINE_SOURCE == "merge_request_event"
         when: never
       - if: $CI_COMMIT_TAG
         when: never
       - if: $CI_COMMIT_BRANCH == "develop" || $CI_COMMIT_BRANCH =~ "/^feature\/.*/"
-  - remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.variables.yml
+  - remote: https://git.drupalcode.org/${_GITLAB_TEMPLATES_REPO}/-/raw/${_GITLAB_TEMPLATES_REF}/includes/include.drupalci.variables.yml
     rules:
       - if: $CI_PIPELINE_SOURCE == "merge_request_event"
         when: never
       - if: $CI_COMMIT_TAG
         when: never
       - if: $CI_COMMIT_BRANCH == "develop" || $CI_COMMIT_BRANCH =~ "/^feature\/.*/"
-  - remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.workflows.yml
+  - remote: https://git.drupalcode.org/${_GITLAB_TEMPLATES_REPO}/-/raw/${_GITLAB_TEMPLATES_REF}/includes/include.drupalci.workflows.yml
     rules:
       - if: $CI_PIPELINE_SOURCE == "merge_request_event"
         when: never
-- 
GitLab