Skip to content
Snippets Groups Projects
Commit 274cd296 authored by Ray Andrew's avatar Ray Andrew
Browse files

Initial commit

parent 20ff7025
Branches
No related merge requests found
Pipeline #5026 failed with stage
in 1 minute and 2 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment