mirror of
https://gitlab.com/fabinfra/fabaccess/lastenheft.git
synced 2025-03-12 23:01:47 +01: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