From d328c56c2cfbb5571270ebe1e87026af1c7bb04f Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Thu, 9 Oct 2025 14:24:05 +0200 Subject: [PATCH] add .gitlab-ci-custom.yml file from main --- .gitlab-ci-custom.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitlab-ci-custom.yml diff --git a/.gitlab-ci-custom.yml b/.gitlab-ci-custom.yml new file mode 100644 index 000000000..1fd82db40 --- /dev/null +++ b/.gitlab-ci-custom.yml @@ -0,0 +1,4 @@ +include: + - project: $CUSTOM_CI_PROJECT + ref: $CUSTOM_CI_REF + file: $CUSTOM_CI_FILE \ No newline at end of file -- GitLab