From 810b6bc32d43eca4c3e684ad2cf375120757df16 Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 8 Dec 2017 14:37:05 +1100 Subject: [PATCH] Improve CI processing --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84a333c..a036dd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,8 +45,7 @@ before_script: - docker-php-ext-enable xdebug # Install Composer and project dependencies. - - (curl -sS https://getcomposer.org/installer || curl -vI https://getcomposer.org/installer && exit 1) | php - - echo $PWD && ls -al + - curl -sS https://getcomposer.org/installer | php - php composer.phar install # Install Node dependencies.