CI templates that helped reduce duplication in across pipelines before switching from gitlab to woodpecker
This repository has been archived on 2022-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Kiara Grouwstra e78235a34f + license 2022-07-28 17:46:26 +00:00
LICENSE + license 2022-07-28 17:46:26 +00:00
README.md readme - markdown: mention metadata 2022-07-28 14:11:59 +00:00
markdown.yml ditch quotes 2022-07-28 18:48:23 +02:00

README.md

CI templates

Markdown

Generates documents styled with style.css + metadata.txt from a [markdown][https://markdownguide.org/] file. For a sample project using this template see huishoudelijk-reglement

Usage

create a .gitlab-ci.yml file in your repo with the following content:

include:
  - project: 'bij1/ci-templates'  
    ref: 'main'
    file: 'markdown.yml'

variables:
  PROJECT_ID  : ${CI_PROJECT_ID}
  PROJECT_NAME: ${CI_PROJECT_NAME}
  PROJECT_SLUG: ${CI_PROJECT_PATH_SLUG}
  MARKDOWN_FILE: README.md