Updated .gitlab-ci.yml

This commit is contained in:
Netkas 2023-08-16 15:52:20 -04:00
parent c0bde40fea
commit 48e986e26c
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
- phive install phpab --global --trust-gpg-keys 9D8A98B29B2D5D79
# Build the project using the Makefile
build: