Skip to content
Snippets Groups Projects
Select Git revision
  • 0ee4e8d8dd36a73e8d41e33fad7241678a652d1a
  • master default protected
  • 1
  • 1.5
  • 1.5.0
  • 1.4
  • 1.4.1
  • 1.4.0
  • 1.3
  • 1.3.0
  • 1.2
  • 1.2.2
  • 1.2.1
13 results

.gitlab-ci.yml

Blame
  • .gitlab-ci.yml 816 B
    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'
      - project: 'to-be-continuous/bash'
        ref: '3.3'
        file: '/templates/gitlab-ci-bash.yml'
      - project: 'to-be-continuous/semantic-release'
        ref: '3.7'
        file: '/templates/gitlab-ci-semrel.yml'
    
    stages:
      - build
      - publish
    
    variables:
      GITLAB_CI_FILES: "templates/gitlab-ci-renovate.yml"
      BASH_SHELLCHECK_FILES: "*.sh"
    
    semantic-release:
      rules:
        # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED
        - if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF'