From da086cafe3e886b4352efdf77eb5b901306f0824 Mon Sep 17 00:00:00 2001 From: Ruan <2369127-ruany@users.noreply.gitlab.com> Date: Thu, 6 Aug 2020 12:43:01 +0000 Subject: [PATCH] [CI] Disable composer No actual dependencies to install, for now --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 012e654..0653acc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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.