From 7c9de20c5944085ce503ea2ad36d36a9f6d4782c Mon Sep 17 00:00:00 2001 From: Guillermo Vaya Date: Wed, 9 Jun 2021 11:53:46 +0200 Subject: [PATCH] test a new way to get signature --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e76f74d..200c21ab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ commands: type: string default: "" steps: - - run: wget -qO - https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/Release.key | apt-key add - + - run: curl -fsSL https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/wine.gpg > /dev/null - run: apt-get update && apt-get -y install << parameters.apt_opts >> - run: npm ci