From 5ca45f5fc6cd6b884acc80ababff69f0b60f692c Mon Sep 17 00:00:00 2001 From: Ray Andrew <13515073@std.stei.itb.ac.id> Date: Thu, 26 Apr 2018 23:00:13 +0700 Subject: [PATCH] Initial commit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42b39da..8333dc7 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,8 +29,8 @@ before_script: # - docker-php-ext-enable xdebug # - cd .. - - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer - - http_proxy=${HTTP_PROXY}` https_proxy="" composer global require hirak/prestissimo + - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer + - http_proxy=${HTTP_PROXY}` https_proxy="" composer global require hirak/prestissimo # - curl -sS http://getcomposer.org/installer | php # - mv composer.phar /usr/local/bin/composer # - which composer -- GitLab