From 274cd29649aa2c00ec2e5c2fa9eabdc151bd1963 Mon Sep 17 00:00:00 2001 From: Ray Andrew <13515073@std.stei.itb.ac.id> Date: Fri, 27 Apr 2018 00:44:24 +0700 Subject: [PATCH] Initial commit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c79627..7336f56 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: before_script: - export http_proxy=${HTTP_PROXY} - export https_proxy=${HTTP_PROXY} - - apk update && apk add ca-certificates && update-ca-certificates + - apk update && apk add ca-certificates wget && update-ca-certificates - pear config-set http_proxy ${HTTP_PROXY} - pear update-channels && pear upgrade --force - wget http://pecl.php.net/get/xdebug-2.6.0.tgz -- GitLab