From 48595a93c4a1d2168a165686fea750853225e0b7 Mon Sep 17 00:00:00 2001
From: Anupam Basak <anupam.basak27@gmail.com>
Date: Wed, 23 Nov 2022 11:47:59 +0530
Subject: [PATCH] Update zynthbox repo url

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7fbff53..2ee0b88 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,5 @@
 stages:
   - build
-  - publish
 
 build-zynthbox-image-armhf:
   tags:
@@ -23,8 +22,8 @@ build-zynthbox-image-armhf:
 
     # Setup Zynthbox Repo sourceline
     - echo "# Setup Zynthbox Repo sourceline"
-    - echo "ZYNTHIANOS_ZYNTHBOX_REPO_KEY_URL='http://repo.zynthbox.io/testing/repo_key.pub'" >> ZynthianOS/src/modules/zynthianos/config
-    - echo "ZYNTHIANOS_ZYNTHBOX_REPO_SOURCELINE='deb http://repo.zynthbox.io/testing zynthbox main'" >> ZynthianOS/src/modules/zynthianos/config
+    - echo "ZYNTHIANOS_ZYNTHBOX_REPO_KEY_URL='https://repo.zynthbox.io/repo_key.pub'" >> ZynthianOS/src/modules/zynthianos/config
+    - echo "ZYNTHIANOS_ZYNTHBOX_REPO_SOURCELINE='deb http://repo.zynthbox.io/testing buster main'" >> ZynthianOS/src/modules/zynthianos/config
 
     # Download prebuilt realtime kernel
     - echo "# Download prebuilt realtime kernel"
-- 
GitLab