.
This commit is contained in:
parent
59a2447bd1
commit
980134801f
1 changed files with 5 additions and 0 deletions
|
|
@ -58,6 +58,11 @@ steps:
|
||||||
pip3 install -q b2 --break-system-packages
|
pip3 install -q b2 --break-system-packages
|
||||||
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
||||||
fi
|
fi
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
settings:
|
||||||
|
mount:
|
||||||
|
- "/var/run/docker.sock"
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
# - /tmp:/tmp
|
# - /tmp:/tmp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue