GitLabCI: Unnötige Regeln entfernt
This commit is contained in:
parent
66f9bf2285
commit
7c37fde37a
@ -5,25 +5,3 @@ zusammenfassungPDF:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- zusammenfassung.pdf
|
- zusammenfassung.pdf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Generische Regel für auf Debian basierende Distributionen
|
|
||||||
.debianoide:
|
|
||||||
only:
|
|
||||||
- master@my04mivo/pacl-zusammenfassung
|
|
||||||
before_script:
|
|
||||||
- ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
|
||||||
- apt-get update -qq && apt-get install -y -qq make texlive-full latexmk
|
|
||||||
script:
|
|
||||||
- cat /etc/os-release
|
|
||||||
- make
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- zusammenfassung.pdf
|
|
||||||
|
|
||||||
# Latest (rolling) Ubuntu Release
|
|
||||||
ubuntuRolling:
|
|
||||||
extends: .debianoide
|
|
||||||
image: ubuntu:rolling
|
|
||||||
|
Loading…
Reference in New Issue
Block a user