--- # yamllint disable-line rule:line-length image: registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-packages:buster stages: - build variables: LANG: "en_US.UTF-8" DEBIAN_FRONTEND: "noninteractive" DEBIAN_PRIORITY: "critical" DEBFULLNAME: "FSMPI Admin-Team" DEBEMAIL: "admin@fsmpi.rwth-aachen.de" QUILT_PATCHES: "debian/patches" before_script: # yamllint disable rule:line-length - echo "deb-src http://ftp.halifax.rwth-aachen.de/debian/ buster main" > /etc/apt/sources.list.d/buster_src.list - echo "deb-src http://ftp.halifax.rwth-aachen.de/debian/ buster-updates main" >> /etc/apt/sources.list.d/buster_src.list - echo "deb-src http://security.debian.org/ buster/updates main" >> /etc/apt/sources.list.d/buster_src.list # yamllint enable rule:line-length - apt-get update - apt-get install -y apt-utils adcli: stage: build script: scripts/adcli.sh artifacts: paths: - packages/* ganeti: stage: build script: scripts/ganeti.sh artifacts: paths: - packages/* grml-zsh-config: stage: build script: scripts/grml-zsh-config.sh allow_failure: true artifacts: paths: - packages/* painintheapt: stage: build script: scripts/painintheapt.sh allow_failure: true artifacts: paths: - packages/*