From a0a6c5a620239205df2be6ae72401da81a4d760c Mon Sep 17 00:00:00 2001 From: Aaron Bauman <260-aaronbauman@users.noreply.drupalcode.org> Date: Thu, 9 Nov 2023 17:32:44 +0000 Subject: [PATCH] Issue #3400562: Set up gitlab ci --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..d9d2f219 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +include: + - project: $_GITLAB_TEMPLATES_REPO + ref: $_GITLAB_TEMPLATES_REF + file: + - '/includes/include.drupalci.main.yml' + - '/includes/include.drupalci.variables.yml' + - '/includes/include.drupalci.workflows.yml' -- GitLab