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

ci(tbc): migrate to component include

parent b117102f
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"
- project: 'to-be-continuous/semantic-release' - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.6
ref: '3.11' - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11
file: '/templates/gitlab-ci-semrel.yml'
- project: 'to-be-continuous/gitleaks'
ref: '2.6'
file: '/templates/gitlab-ci-gitleaks.yml'
stages:
- build
- test
- publish
variables: variables:
GITLAB_CI_FILES: "templates/gitlab-ci-docker.yml" GITLAB_CI_FILES: "templates/gitlab-ci-docker.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'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment