Skip to content
Snippets Groups Projects
Unverified Commit 1a55f8d5 authored by Lukas Audzevicius's avatar Lukas Audzevicius Committed by GitHub
Browse files

Merge pull request #614 from puppetlabs/CAT-2283

(CAT-2283) Fix CI failures by using non-expiring Puppet GPG key
parents 1e080df9 29d72fb8
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ setup_apt() {
wget "${deb_url}"
sudo dpkg -i "${deb_file}"
# Add the non-expiring key from the future endpoint
curl -fsSL https://apt.puppetlabs.com/DEB-GPG-KEY-future | sudo apt-key add -
}
main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment