From fe3bd06dc168e3dae390130431d800b4ee880f6f Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Fri, 20 Dec 2019 11:26:21 +0200 Subject: [PATCH] debian: Fix package building for 'buster' Signed-off-by: Vasilis Tsiligiannis --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2ea14e..76b3f59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,8 +64,12 @@ test: debian: stage: build - image: ${GITLAB_CI_IMAGE_DEBIAN} + image: debian:buster before_script: + - apt-get update -qq + - apt-get install -qq -y gnupg libcurl4 + - echo 'deb http://download.opensuse.org/repositories/home:/librespace:/satnogs-unstable/Debian_10/ /' > /etc/apt/sources.list.d/home:librespace:satnogs-unstable.list + - apt-key adv --fetch-keys https://download.opensuse.org/repositories/home:librespace:satnogs-unstable/Debian_10/Release.key - apt-get update - apt-get install -y devscripts git-buildpackage script: