Improve CI processing
This commit is contained in:
parent
a3e4392e19
commit
810b6bc32d
@ -45,8 +45,7 @@ before_script:
|
|||||||
- docker-php-ext-enable xdebug
|
- docker-php-ext-enable xdebug
|
||||||
|
|
||||||
# Install Composer and project dependencies.
|
# Install Composer and project dependencies.
|
||||||
- (curl -sS https://getcomposer.org/installer || curl -vI https://getcomposer.org/installer && exit 1) | php
|
- curl -sS https://getcomposer.org/installer | php
|
||||||
- echo $PWD && ls -al
|
|
||||||
- php composer.phar install
|
- php composer.phar install
|
||||||
|
|
||||||
# Install Node dependencies.
|
# Install Node dependencies.
|
||||||
|
Reference in New Issue
Block a user