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

Initial commit

parent af1d46d2
Branches
No related merge requests found
Pipeline #5019 failed with stage
in 40 seconds
...@@ -11,6 +11,7 @@ variables: ...@@ -11,6 +11,7 @@ variables:
before_script: before_script:
- export http_proxy=${HTTP_PROXY} - export http_proxy=${HTTP_PROXY}
- export https_proxy=${HTTP_PROXY} - export https_proxy=${HTTP_PROXY}
- apk add wget
- pear config-set http_proxy ${HTTP_PROXY} - pear config-set http_proxy ${HTTP_PROXY}
- pear update-channels && pear upgrade --force - pear update-channels && pear upgrade --force
- wget http://pecl.php.net/get/xdebug-2.6.0.tgz - 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