From 72792123872907f1b9ba3dfc1dcdbaa0e908b510 Mon Sep 17 00:00:00 2001 From: Netkas Date: Wed, 16 Aug 2023 15:29:35 -0400 Subject: [PATCH] Removed gpg verification --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8ac8f3..d35635d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ setup: image: php:8.2 script: - apt update -yqq - - apt install git libzip-dev zip make wget gnupg2 libonig-dev libcurl4-openssl-dev -yqq + - apt install git libzip-dev zip make wget libonig-dev libcurl4-openssl-dev -yqq - docker-php-ext-install mbstring ctype posix zip curl fileinfo # Install Phive and Phpab @@ -19,8 +19,6 @@ install: script: - wget -O phive.phar https://phar.io/releases/phive.phar - wget -O phive.phar.asc https://phar.io/releases/phive.phar.asc - - gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x9D8A98B29B2D5D79 - - gpg --verify phive.phar.asc phive.phar - chmod +x phive.phar - mv phive.phar /usr/local/bin/phive - phive install phpab --global