From 44361982820adbc3654853ca583ab0e6c2032f97 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> Date: Wed, 12 Jul 2023 07:38:35 +0200 Subject: [PATCH] Revert "Revert "CI: Switch to byzantium-updates-proposed"" This reverts commit 00b459009be233c6c5cd740272102d6eade41112. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 501a8d9..6f4ac5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ include: - 'https://source.puri.sm/Librem5/librem5-ci/raw/master/librem5-pipeline-byzantium-jobs.yml' before_script: - - echo "deb http://repo.pureos.net/pureos landing main" >> /etc/apt/sources.list.d/landing.list + - echo "deb http://repo.pureos.net/pureos byzantium-updates-proposed main" >> /etc/apt/sources.list.d/landing.list - apt-get update stages: -- GitLab