Update check_git_apply.yaml
This commit is contained in:
parent
0622111b34
commit
960c195a73
8
.github/workflows/check_git_apply.yaml
vendored
8
.github/workflows/check_git_apply.yaml
vendored
@ -14,6 +14,14 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ci
|
runs-on: ci
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: ubuntu:latest
|
||||||
|
env:
|
||||||
|
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
||||||
|
USELOCALIMAGE: false # CUSTOM RUNNER: permit use of local images
|
||||||
|
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Prepare container
|
- name: Prepare container
|
||||||
|
Loading…
x
Reference in New Issue
Block a user