Skip to content
Snippets Groups Projects

Remove proxy config in .gitlab-ci.yml

Merged RUANO RINCON Santiago requested to merge remove-proxy-config-gitlab-ci into dev
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -2,8 +2,6 @@ image: elixir:latest
before_script:
- |
export HTTP_PROXY="http://172.17.0.1:3128"
export HTTPS_PROXY="http://172.17.0.1:3128"
apt-get update && apt-get install -y libsodium-dev
mix local.rebar --force
mix local.hex --force
Loading