From 706a04dbfcd654857d87d367388f310aeeb1e039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org> Date: Thu, 11 Jul 2019 14:22:38 +0200 Subject: [PATCH] gitlab-ci: No need for our ci repository Just using debian buster makes things more stable. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdd99635..1eedd1d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,6 @@ stages: - build before_script: - - apt-get -y update - - apt-get -y install wget gnupg2 - - echo "deb http://ci.puri.sm/ scratch librem5" > /etc/apt/sources.list.d/ci.list - - wget -O- https://ci.puri.sm/ci-repo.key | apt-key add - - apt-get -y update - apt-get -y build-dep . -- GitLab