You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

329 B

usage

include:
  - template: Auto-DevOps.gitlab-ci.yml    # default autodevops gitlab templates
  - project: 'kay/ci-templates'            # custom templates
    file:
      - '/Semantic-Release.gitlab-ci.yml'  # will automatically distinguish between npm and non-npm repo
      - '/Rust.gitlab-ci.yml'
      ...