aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-05 18:04:48 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-05 18:11:01 -0800
commit4961aef2832bc2dd3f33980ab768f7ca11e7d9a4 (patch)
treebd8c606bd8b31446d4473f15cbc67aa88ba71bc1
parent88e3a8e3f13e816f4a0e1079a1b94c6471d3cd05 (diff)
downloadsandcrawler-4961aef2832bc2dd3f33980ab768f7ca11e7d9a4.tar.gz
sandcrawler-4961aef2832bc2dd3f33980ab768f7ca11e7d9a4.zip
gitlab CI: update kitware (updated cmake on xenial) signing key
-rw-r--r--.gitlab-ci.yml4
1 files 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