Looks like wget needs to be installed manually
This commit is contained in:
parent
5a908d6b61
commit
4b21758506
@ -6,6 +6,7 @@ before_script:
|
|||||||
test:app:
|
test:app:
|
||||||
#when: manual
|
#when: manual
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get install -y wget
|
||||||
- wget https://composer.github.io/installer.sig -O - -q | tr -d '\n' > installer.sig
|
- wget https://composer.github.io/installer.sig -O - -q | tr -d '\n' > installer.sig
|
||||||
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||||
- php -r "if (hash_file('SHA384', 'composer-setup.php') === file_get_contents('installer.sig')) { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
|
- php -r "if (hash_file('SHA384', 'composer-setup.php') === file_get_contents('installer.sig')) { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user