Skip to content
Snippets Groups Projects
Select Git revision
  • ad6bcb4b406ecac7724ee1142e6da69d5d5431d5
  • master default protected
  • 4
  • 4.3
  • 4.3.1
  • 4.3.0
  • 4.2
  • 4.2.4
  • 4.2.3
  • 4.2.2
10 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.2'
        file: 'templates/gitlab-ci-bash.yml'
      - project: 'to-be-continuous/semantic-release'
        ref: '3.6'
        file: '/templates/gitlab-ci-semrel.yml'    
    
    stages:
      - build
      - publish
    
    variables:
      GITLAB_CI_FILES: "templates/gitlab-ci-sonar.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'