Skip to content
Snippets Groups Projects
Select Git revision
  • 8481c5137c80dc418885242110cebd8c5c09b2f1
  • master default protected
  • 7
  • 7.10
  • 7.10.2
  • 7.10.1
  • 7.10.0
  • 7.9
  • 7.9.2
  • 7.9.1
  • 7.9.0
  • 7.8.3
  • 7.8.2
  • 7.8.1
  • 7.8
  • 7.8.0
  • 7.7
  • 7.7.1
  • 7.7.0
  • 7.6
  • 7.6.0
  • 7.5
22 results

.gitlab-ci.yml

Blame
  • .gitlab-ci.yml 929 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.4'
        file: '/templates/gitlab-ci-bash.yml'
      - project: 'to-be-continuous/semantic-release'
        ref: '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:
      GITLAB_CI_FILES: "templates/gitlab-ci-python.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'