mirror of
https://gitlab.com/fabinfra/fabaccess/lastenheft.git
synced 2025-05-10 03:33:26 +02:00
Add .gitlab-ci.yml
This commit is contained in:
parent
4a9bda0a34
commit
5610273b54
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
image: schickling/latex
|
||||||
|
|
||||||
|
pages:
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
script:
|
||||||
|
- chmod +x build.sh
|
||||||
|
- ./build.sh
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
Loading…
x
Reference in New Issue
Block a user