lastenheft/.gitlab-ci.yml

14 lines
156 B
YAML
Raw Normal View History

2020-03-22 12:36:59 +00:00
image: schickling/latex
pages:
tags:
- docker
script:
- chmod +x build.sh
- ./build.sh
artifacts:
paths:
- public
only:
- master