Updated .gitlab-ci.yml
This commit is contained in:
parent
6a3200c35d
commit
da3354965f
1 changed files with 1 additions and 3 deletions
|
@ -8,7 +8,7 @@ stages:
|
|||
|
||||
before_script:
|
||||
- apt update -yqq
|
||||
- apt install -yqq git libzip-dev zip make wget gnupg2 libonig-dev libcurl4-openssl-dev
|
||||
- apt install -yqq git libzip-dev zip make wget libonig-dev libcurl4-openssl-dev
|
||||
|
||||
# Prepare the environment
|
||||
setup:
|
||||
|
@ -22,8 +22,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 --trust-gpg-keys 0x2A8299CE842DD38C
|
||||
|
|
Loading…
Add table
Reference in a new issue