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:
|
jobs:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
runs-on: CICD
|
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:
|
steps:
|
||||||
- name: Configure proxy
|
- name: Configure proxy
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user