Update check_git_apply.yaml
This commit is contained in:
parent
7708decfcc
commit
7d8ef4250e
4
.github/workflows/check_git_apply.yaml
vendored
4
.github/workflows/check_git_apply.yaml
vendored
@ -16,8 +16,8 @@ env:
|
|||||||
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
||||||
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
||||||
REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket
|
REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket
|
||||||
HTTPS_PROXY: http://172.18.0.1:8118
|
https_proxy: http://172.18.0.1:8118
|
||||||
HTTP_PROXY: http://172.18.0.1:8118
|
http_proxy: http://172.18.0.1:8118
|
||||||
jobs:
|
jobs:
|
||||||
get-git-apply:
|
get-git-apply:
|
||||||
runs-on: ci
|
runs-on: ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user