From eda127da48c4b36596bed82d708c5253911037c5 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sat, 21 Jan 2023 09:54:20 -0500 Subject: [PATCH] Okay fine asshole, I'll use gpg --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74d0af1..8b291d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,13 +3,13 @@ image: php:8.1 before_script: # Install some stuff that the image doesn't come with - apt update -yqq - - apt install git libpq-dev libzip-dev zip make wget -yqq + - apt install git libpq-dev libzip-dev zip make wget gnupg -yqq # Install phive - 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 + - 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