Skip to content
Snippets Groups Projects
Select Git revision
  • 66e905063bdba355c4e8a02bc8beb8774dc9e52b
  • master default protected
  • 1
  • 1.2
  • 1.2.2
  • 1.2.1
  • 1.2.0
  • 1.1
  • 1.1.0
  • 1.0
  • 1.0.2
  • 1.0.1
12 results

.gitlab-ci.yml

Blame
  • .gitlab-ci.yml 759 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"
      - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.4
        inputs:
          shellcheck-files: "*.sh"
      - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11
    
    variables:
      GITLAB_CI_FILES: "templates/gitlab-ci-docker-compose.yml"
    
    semantic-release:
      rules:
        # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED
        - if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF'