ci: remove duplicate docker.sock volume mount - runner already mounts it
This commit is contained in:
parent
2df0fb190b
commit
f61af175d7
1 changed files with 0 additions and 2 deletions
|
|
@ -20,8 +20,6 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: node:20-alpine
|
image: node:20-alpine
|
||||||
options: --privileged
|
options: --privileged
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install git
|
- name: Install git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue