From c77a96a14b9cc1202718d5765e6f81e6cfa64088 Mon Sep 17 00:00:00 2001
From: Jonas Zohren <jonas.zohren@tu-dortmund.de>
Date: Sun, 3 Jul 2022 19:44:54 +0000
Subject: [PATCH] Boah ey, fonts!

---
 .gitlab-ci.yml | 19 -------------------
 Dockerfile     |  2 +-
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 94991a0..1f2ac7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,25 +1,6 @@
 stages:
-  - prepare
   - build
 
-fonts:
-  stage: prepare
-  image: alpine
-  script:
-    - apk add --no-cache tar unzip xz wget
-    - wget -O iosevka-funke.tar.xz https://config.pages.eisfunke.com/iosevka/iosevka-funke.tar.xz
-    - wget -O zilla-slab.zip https://github.com/mozilla/zilla-slab/releases/download/v1.002/Zilla-Slab-Fonts-v1.002.zip
-    - wget -O raleway.tar.xz https://github.com/theleagueof/raleway/releases/download/4.101/Raleway-4.101.tar.xz
-    - tar -xf iosevka-funke.tar.xz
-    - tar -xf raleway.tar.xz
-    - unzip zilla-slab.zip
-    - mkdir fonts
-    - mv /ttf/*.ttf fonts
-    - mv zilla-slab/otf/*.otf fonts
-    - mv Raleway-4.101/static/OTF/*.otf fonts
-  artifacts:
-    paths:
-      - fonts
 
 build-latest:
   stage: build
diff --git a/Dockerfile b/Dockerfile
index b062e48..1aa8909 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,6 @@ LABEL maintainer="Jonas Zohren"
 
 RUN pacman -Syu --noconfirm
 RUN pacman -S --noconfirm --needed \
-    git \
+    extra/git \
     extra/adobe-source-sans-fonts \
     extra/adobe-source-serif-fonts
-- 
GitLab