.
This commit is contained in:
parent
980134801f
commit
9ac146e091
1 changed files with 2 additions and 2 deletions
|
|
@ -59,10 +59,10 @@ 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
|
- docker-sock:/var/run/docker.sock
|
||||||
settings:
|
settings:
|
||||||
mount:
|
mount:
|
||||||
- "/var/run/docker.sock"
|
- "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