Updated .gitlab-ci.yml

This commit is contained in:
Netkas 2023-08-16 15:52:36 -04:00
parent 48e986e26c
commit 6a3200c35d
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -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 --trust-gpg-keys 9D8A98B29B2D5D79
- phive install phpab --global --trust-gpg-keys 0x2A8299CE842DD38C
# Build the project using the Makefile
build: