do not mount docker sock
This commit is contained in:
parent
ce10567e20
commit
59d159b18f
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ steps:
|
||||||
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
||||||
fi
|
fi
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /tmp:/tmp
|
- /tmp:/tmp
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue