From 2feccdd29d44cf0ab676330e1062797fb3952121 Mon Sep 17 00:00:00 2001
From: Ivaria <ivaria@vuhdo.io>
Date: Mon, 22 Aug 2022 11:17:22 -0700
Subject: [PATCH] Install pandoc from main Alpine repo again

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 798080a..95ecf7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,8 +7,7 @@ stages:
     - /^v\d[\d\.]*(-classic-?)?(-(alpha|beta))?(-\d+)?$/
     
 before_script:
-  - apk add --no-cache bash curl git subversion zip jq luacheck
-  - apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted pandoc
+  - apk add --no-cache bash curl git subversion zip jq luacheck pandoc
 
 luacheck:
   stage: build
-- 
GitLab