aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2026-02-21 10:13:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2026-02-21 10:13:58 -0300
commit977110c8fefb569c3e5023be4a1f0c01d0875db9 (patch)
tree42af3037ac537df6b0629d5d1dfcff6e31e8bbf3
parent3f90bbf0f395efbd5ae1cb68ddc7a0b2ca74f5d8 (diff)
downloadkeyringer-977110c8fefb569c3e5023be4a1f0c01d0875db9.tar.gz
keyringer-977110c8fefb569c3e5023be4a1f0c01d0875db9.tar.bz2
Fix: CI: debian: switch deb-src to avoid certificate errors
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 48f6bde..e1b1c87 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ debian:
- echo 'MIRRORSITE=http://http.debian.net/debian/' >> /etc/pbuilderrc
# Add sources, so apt-get build-dep works
- - echo "deb-src https://deb.debian.org/debian testing main" >> /etc/apt/sources.list
+ - echo "deb-src http://deb.debian.org/debian testing main" >> /etc/apt/sources.list
# Install dependencies
- apt-get update