From 48e986e26c90f8ecfa9350402b5351103ee4b27a Mon Sep 17 00:00:00 2001 From: Netkas Date: Wed, 16 Aug 2023 15:52:20 -0400 Subject: [PATCH] Updated .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 183fa14..3cd1e05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ install: - gpg --verify phive.phar.asc phive.phar - chmod +x phive.phar - mv phive.phar /usr/local/bin/phive - - phive install phpab --global + - phive install phpab --global --trust-gpg-keys 9D8A98B29B2D5D79 # Build the project using the Makefile build: