Update check_git_apply.yaml
This commit is contained in:
parent
99c7eed766
commit
312a3dd9cc
4
.github/workflows/check_git_apply.yaml
vendored
4
.github/workflows/check_git_apply.yaml
vendored
@ -11,7 +11,8 @@ on:
|
|||||||
env:
|
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
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-git-apply:
|
get-git-apply:
|
||||||
runs-on: ci
|
runs-on: ci
|
||||||
@ -20,7 +21,6 @@ jobs:
|
|||||||
image: uazo/build-deps:latest
|
image: uazo/build-deps:latest
|
||||||
env:
|
env:
|
||||||
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
||||||
REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket
|
|
||||||
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
|
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/proxy:/tmp/proxy
|
- /tmp/proxy:/tmp/proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user