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

ci(tbc): migrate to component include

parent 499ce7a2
No related branches found
No related tags found
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"
- local: "templates/gitlab-ci-semrel.yml" - local: "templates/gitlab-ci-semrel.yml"
stages:
- build
- publish
variables: variables:
GITLAB_CI_FILES: "templates/gitlab-ci-semrel.yml" GITLAB_CI_FILES: "templates/gitlab-ci-semrel.yml"
BASH_SHELLCHECK_FILES: "*.sh"
semantic-release: semantic-release:
rules: rules:
# on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED
- if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF' - if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment