Added gnupg2 for gitlab CI
This commit is contained in:
parent
ea051352c0
commit
b441eb6e25
@ -29,6 +29,9 @@ before_script:
|
||||
#- echo 'deb http://deb.debian.org/debian jessie non-free' >> /etc/apt/sources.list.d/non-free.list
|
||||
#- apt-get update -yqq
|
||||
|
||||
# Add gnupg
|
||||
- apt-get update -yqq && apt-get install gnupg2 -yqq
|
||||
|
||||
# Upgrade to Node 9
|
||||
- curl -sL https://deb.nodesource.com/setup_9.x | bash -
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user