From 81572267bdc4ef2494ae2fbfccc1707e7cbb1d4c Mon Sep 17 00:00:00 2001 From: Fran Garcia-Linares <14157-fjgarlin@users.noreply.drupalcode.org> Date: Fri, 16 Feb 2024 09:40:56 +0000 Subject: [PATCH] Change templates reference. --- .gitlab-ci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ea9e763fc..a32c38b037 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,9 +32,14 @@ include: # As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically. # View these include files at https://git.drupalcode.org/project/gitlab_templates/ ################ - # @todo Remove when https://www.drupal.org/i/3421674 is fixed. - - project: "issue/gitlab_templates-3421674" - ref: "3421674-add-mariadb-simpletest-db" + - project: $_GITLAB_TEMPLATES_REPO + # "ref" value can be: + # - Recommended (default) - `ref: $_GITLAB_TEMPLATES_REF` - The Drupal Association will update this value to the recommended tag for contrib. + # - Latest - `ref: main` - Get the latest additions and bug fixes as they are merged into the templates. + # - Minor or Major latests - `ref: 1.x-latest` or `ref: 1.0.x-latest` - Get the latest additions within a minor (mostly bugfixes) or major (bugs and new features). + # - Fixed tag - `ref: 1.0.1` - Set the value to a known tag. This will not get any updates. + # If you change the default value of ref, you should set the _CURL_TEMPLATES_REF variable in the variables section to be the same as set here. + ref: main file: - '/includes/include.drupalci.main.yml' # EXPERIMENTAL: For Drupal 7, remove the above line and uncomment the below. -- GitLab