From 4961aef2832bc2dd3f33980ab768f7ca11e7d9a4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 5 Jan 2021 18:04:48 -0800 Subject: gitlab CI: update kitware (updated cmake on xenial) signing key --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d83b97..7fd8ef1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ image: ubuntu:xenial before_script: - apt update -qy - - apt install -y --no-install-recommends apt-transport-https software-properties-common + - apt install -y --no-install-recommends apt-transport-https software-properties-common curl - add-apt-repository -y ppa:deadsnakes/ppa - add-apt-repository -y ppa:cran/poppler # kitware (cmake) APT signing key - - apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 6d903995424a83a48d42d53da8e5ef3a02600268 + - curl -s https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add - - apt-add-repository -y 'deb https://apt.kitware.com/ubuntu/ xenial main' # SBT bintray APT signing key - apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823 -- cgit v1.2.3