GitLabCI: Unnötige Regeln entfernt

This commit is contained in:
Marco Ammon 2019-09-13 12:10:33 +02:00
parent 66f9bf2285
commit 7c37fde37a
1 changed files with 0 additions and 22 deletions

View File

@ -5,25 +5,3 @@ zusammenfassungPDF:
artifacts:
paths:
- 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