Skip to content
Snippets Groups Projects
Commit 79bb622c authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

Merge branch 'patch-1' into 'master'

Update .gitlab-ci.yml

See merge request cocsn/gosdn!3
parents 6f65f46a fc6b4306
Branches
Tags
1 merge request!3Update .gitlab-ci.yml
image: pandoc/latex:latest image:
name: pandoc/latex
entrypoint: [""]
Documentation: Documentation:
tags:
- docker
only:
changes:
- documentation/design/*.md
script: script:
- cd documentation/design - cd documentation/design
- pandoc --filter pandoc-citeproc --bibliography=bibliography.bib --csl=acm-sig-proceedings.csl --variable papersize=a4paper -s *.md -o documentation.pdf - pandoc --filter pandoc-citeproc --bibliography=bibliography.bib --csl=acm-sig-proceedings.csl --variable papersize=a4paper -s *.md -o documentation.pdf
- ls
artifacts: artifacts:
paths: paths:
- documentation/design/documentation.pdf - documentation/design/documentation.pdf
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment