ci: add HTTP(S)_PROXY env and proxy setup
Some checks failed
CI / build-and-test (push) Has been cancelled
Some checks failed
CI / build-and-test (push) Has been cancelled
This commit is contained in:
@@ -11,10 +11,6 @@ on:
|
||||
jobs:
|
||||
build-and-test:
|
||||
runs-on: CICD
|
||||
env:
|
||||
HTTP_PROXY: http://172.17.0.1:7890
|
||||
HTTPS_PROXY: https://172.17.0.1:7890
|
||||
NO_PROXY: localhost,127.0.0.1,::1
|
||||
steps:
|
||||
- name: Configure proxy
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user