Commented out gpg for now
This commit is contained in:
parent
2cc0d6f582
commit
d34d857a84
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@ before_script:
|
||||||
|
|
||||||
# Install phive
|
# Install phive
|
||||||
- wget -O phive.phar https://phar.io/releases/phive.phar
|
- wget -O phive.phar https://phar.io/releases/phive.phar
|
||||||
- wget -O phive.phar.asc https://phar.io/releases/phive.phar.asc
|
#- wget -O phive.phar.asc https://phar.io/releases/phive.phar.asc
|
||||||
- gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x9D8A98B29B2D5D79
|
#- gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x9D8A98B29B2D5D79
|
||||||
- gpg --verify phive.phar.asc phive.phar
|
#- gpg --verify phive.phar.asc phive.phar
|
||||||
- chmod +x phive.phar
|
- chmod +x phive.phar
|
||||||
- sudo mv phive.phar /usr/local/bin/phive
|
- sudo mv phive.phar /usr/local/bin/phive
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue