Skip to content
Snippets Groups Projects
Commit 76351df2 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci(tbc): migrate to component include

parent d58969cf
Branches
Tags
No related merge requests found
include: include:
- project: 'to-be-continuous/tools/gitlab-ci' - project: "to-be-continuous/tools/gitlab-ci"
ref: 'master' ref: "master"
file: '/templates/extract.yml' file: "/templates/extract.yml"
- project: 'to-be-continuous/tools/gitlab-ci' - project: "to-be-continuous/tools/gitlab-ci"
ref: 'master' ref: "master"
file: '/templates/validation.yml' file: "/templates/validation.yml"
- project: 'to-be-continuous/kicker' - project: "to-be-continuous/kicker"
ref: 'master' ref: "master"
file: '/templates/validation.yml' file: "/templates/validation.yml"
- project: 'to-be-continuous/bash' - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.4
ref: '3.4' inputs:
file: '/templates/gitlab-ci-bash.yml' shellcheck-files: "*.sh"
- project: 'to-be-continuous/semantic-release' - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11
ref: '3.11'
file: '/templates/gitlab-ci-semrel.yml'
stages:
- build
- publish
variables: variables:
GITLAB_CI_FILES: "templates/gitlab-ci-sonar.yml" GITLAB_CI_FILES: "templates/gitlab-ci-sonar.yml"
BASH_SHELLCHECK_FILES: "*.sh"
semantic-release: semantic-release:
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment