Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gitlab-ci-yml/LaTeX.gitlab-ci.yml')
-rw-r--r--vendor/gitlab-ci-yml/LaTeX.gitlab-ci.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/gitlab-ci-yml/LaTeX.gitlab-ci.yml b/vendor/gitlab-ci-yml/LaTeX.gitlab-ci.yml
deleted file mode 100644
index a4aed36889e..00000000000
--- a/vendor/gitlab-ci-yml/LaTeX.gitlab-ci.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# use docker image with latex preinstalled
-# since there is no official latex image, use https://github.com/blang/latex-docker
-# possible alternative: https://github.com/natlownes/docker-latex
-image: blang/latex
-
-build:
- script:
- - latexmk -pdf
- artifacts:
- paths:
- - "*.pdf"