[CI] Disable composer

No actual dependencies to install, for now
This commit is contained in:
Ruan 2020-08-06 12:43:01 +00:00
parent a9541cba69
commit da086cafe3

View File

@ -23,8 +23,8 @@ before_script:
- pecl install xdebug
- docker-php-ext-enable xdebug
# Install and run Composer
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install
#- curl -sS https://getcomposer.org/installer | php
#- php composer.phar install
# Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
# See http://docs.gitlab.com/ce/ci/services/README.html for examples.