Remove .gitlab-ci.yml

This commit is contained in:
2024-06-25 11:14:25 +02:00
parent 65ea20c93c
commit e63ae32609

View File

@@ -1,15 +0,0 @@
image: leplusorg/latex
building-latex-master:
stage: build
variables:
COMPILE_ALL: "True"
script:
- latexmk -pdf main.tex -shell-escape
artifacts:
paths:
- "main.pdf"
only:
- master
tags:
- saas-linux-small-amd64