Update check_git_apply.yaml

This commit is contained in:
uazo 2022-10-28 07:56:57 -08:00 committed by GitHub
parent 7708decfcc
commit 7d8ef4250e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +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
https_proxy: http://172.18.0.1:8118
http_proxy: http://172.18.0.1:8118
jobs:
get-git-apply:
runs-on: ci