Update check_git_apply.yaml
This commit is contained in:
parent
967b46c94f
commit
4ff08df321
11
.github/workflows/check_git_apply.yaml
vendored
11
.github/workflows/check_git_apply.yaml
vendored
@ -16,7 +16,8 @@ env:
|
||||
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
||||
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
||||
REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket
|
||||
|
||||
HTTPS_PROXY: http://172.18.0.1:8118
|
||||
HTTP_PROXY: http://172.18.0.1:8118
|
||||
jobs:
|
||||
get-git-apply:
|
||||
runs-on: ci
|
||||
@ -36,10 +37,10 @@ jobs:
|
||||
sudo chown lg /etc/apt/apt.conf.d/proxy.conf
|
||||
sudo chown lg .
|
||||
sudo echo Acquire::http::Proxy \"http://172.18.0.1:8118\"\; >/etc/apt/apt.conf.d/proxy.conf
|
||||
export HTTPS_PROXY=http://172.18.0.1:8118
|
||||
export HTTP_PROXY=http://172.18.0.1:8118
|
||||
export http_proxy=http://172.18.0.1:8118
|
||||
export https_proxy=http://172.18.0.1:8118
|
||||
#export HTTPS_PROXY=http://172.18.0.1:8118
|
||||
#export HTTP_PROXY=http://172.18.0.1:8118
|
||||
#export http_proxy=http://172.18.0.1:8118
|
||||
#export https_proxy=http://172.18.0.1:8118
|
||||
|
||||
sudo chown lg /__w/_temp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user