From ffc8fc6733d825c00b622943d76416462046ec41 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Wed, 21 Aug 2024 22:40:12 +0200 Subject: [PATCH] ci(tbc): migrate to component include --- .gitlab-ci.yml | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9cb8c3..5a5b03a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,21 +1,15 @@ include: - - project: 'to-be-continuous/tools/gitlab-ci' - ref: 'master' - file: '/templates/extract.yml' - - project: 'to-be-continuous/tools/gitlab-ci' - ref: 'master' - file: '/templates/validation.yml' - - project: 'to-be-continuous/kicker' - ref: 'master' - file: '/templates/validation.yml' - - local: 'templates/gitlab-ci-bash.yml' - - project: 'to-be-continuous/semantic-release' - ref: '3.11' - file: '/templates/gitlab-ci-semrel.yml' - -stages: - - build - - publish + - project: "to-be-continuous/tools/gitlab-ci" + ref: "master" + file: "/templates/extract.yml" + - project: "to-be-continuous/tools/gitlab-ci" + ref: "master" + file: "/templates/validation.yml" + - project: "to-be-continuous/kicker" + ref: "master" + file: "/templates/validation.yml" + - local: "templates/gitlab-ci-bash.yml" + - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11 variables: GITLAB_CI_FILES: "templates/gitlab-ci-bash.yml" -- GitLab