Skip to content
Snippets Groups Projects
Select Git revision
  • e3a954080b1150ae35c403cffdb71ae750c9a741
  • master default protected
  • 6
  • 6.1
  • 6.1.7
  • 6.1.6
  • 6.1.5
  • 6.1.4
  • 6.1.3
  • 6.1.2
  • 6.1.1
  • 6.1.0
  • 6.0
  • 6.0.0
  • 5.14
  • 5.14.1
  • 5.14.0
  • 5.13
  • 5.13.3
  • 5.13.2
  • 5.13.1
  • 5.13.0
22 results

docker

  • Clone with SSH
  • Clone with HTTPS
  • GitLab CI Stuff

    Overview

    This template provides a jobs to validate your template syntax.

    It uses the GitLab CI Lint API.

    Template validation

    The template implements a gitlab-ci-lint job, enabled with GITLAB_CI_FILES variable (GitLab CI files pattern(s) to analyse).

    Example of a .gitlab-ci.yml file for a GitLab CI template project:

    include:
      - project: 'to-be-continuous/tools/gitlab-ci'
        ref: 'master'
        file: '/templates/validation.yml'
    
    stages:
      - build
    
    variables:
      GITLAB_CI_FILES: "templates/*.yml"