aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-04-07 18:48:08 -0700
committerBryan Newbold <bnewbold@archive.org>2021-04-07 18:48:08 -0700
commit6940063d99d8bbd426daed4b84eb84485e96637c (patch)
treef112060344cb0fdc2bfe89f0abd7f3fd6668c7ab /.gitlab-ci.yml
parent7234c73aa944d43ee2b3997ad4f3d71dbf2f0bf4 (diff)
downloadsandcrawler-6940063d99d8bbd426daed4b84eb84485e96637c.tar.gz
sandcrawler-6940063d99d8bbd426daed4b84eb84485e96637c.zip
gitlab-ci: gpg-agent
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 044f9bd..35b9200 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ variables:
before_script:
- apt update -qy
- - apt install -y --no-install-recommends apt-transport-https software-properties-common curl dirmngr
+ - apt install -y --no-install-recommends apt-transport-https software-properties-common curl dirmngr gpg-agent
# SBT bintray APT signing key
- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
- apt-add-repository -y "deb https://dl.bintray.com/sbt/debian /"