From eea4f1e20023ebaf407185050f4d618e05cca708 Mon Sep 17 00:00:00 2001 From: Marcus Hardt Date: Thu, 18 Jun 2026 07:45:02 +0200 Subject: [PATCH] use git for include --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7809f5b..410def4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,8 @@ -include: - - 'https://codebase.helmholtz.cloud/m-team/tools/ci-voodoo/-/raw/master/ci-include/github-status-sync.yml' - - "https://codebase.helmholtz.cloud/m-team/tools/ci-voodoo/raw/master/ci-include/pipeline-jobs-publish-to-repo.yml" + ref: 'master' + file: 'ci-include/pipeline-jobs-publish-to-repo.yml' + - project: 'm-team/tools/ci-voodoo' + ref: 'master' + file: 'ci-include/github-status-sync.yml' variables: UPSTREAM_PROJECT: oidc-mytoken/client