mirror of
https://gitlab.com/mathezirkel/content/matboj-regelwerk
synced 2024-12-22 14:01:45 +01:00
Update .gitlab-ci.yml: use public runners with texlive:latest image
This commit is contained in:
parent
1b207380b1
commit
f340267ff9
1 changed files with 3 additions and 8 deletions
|
@ -2,23 +2,19 @@ stages:
|
||||||
- build
|
- build
|
||||||
- pages
|
- pages
|
||||||
|
|
||||||
default:
|
|
||||||
tags:
|
|
||||||
- latex
|
|
||||||
|
|
||||||
build-document:
|
build-document:
|
||||||
stage: build
|
stage: build
|
||||||
|
image:
|
||||||
|
name: texlive/texlive:latest
|
||||||
script:
|
script:
|
||||||
- .ci/build_document.sh
|
- .ci/build_document.sh
|
||||||
variables:
|
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public/
|
- public/
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- branches
|
- branches
|
||||||
# - merge_requests
|
- merge_requests
|
||||||
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
@ -30,5 +26,4 @@ pages:
|
||||||
- echo "Deploying to GitLab pages"
|
- echo "Deploying to GitLab pages"
|
||||||
- test -f public/Matboj_Regelwerk.pdf
|
- test -f public/Matboj_Regelwerk.pdf
|
||||||
only:
|
only:
|
||||||
- master
|
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in a new issue