Fix build-docker.sh CONTINUE=1 mode (#716)
This fixes commit ed68013abbe46c0f665a157a9bdfd06603811101 Remove extra quotes so that docker sees pigen_work, not "pigen_work".
This commit is contained in:
parent
663401de3c
commit
0ef867e5eb
@ -96,7 +96,7 @@ ${DOCKER} build --build-arg BASE_IMAGE=${BASE_IMAGE} -t pi-gen "${DIR}"
|
|||||||
if [ "${CONTAINER_EXISTS}" != "" ]; then
|
if [ "${CONTAINER_EXISTS}" != "" ]; then
|
||||||
DOCKER_CMDLINE_NAME="${CONTAINER_NAME}_cont"
|
DOCKER_CMDLINE_NAME="${CONTAINER_NAME}_cont"
|
||||||
DOCKER_CMDLINE_PRE="--rm"
|
DOCKER_CMDLINE_PRE="--rm"
|
||||||
DOCKER_CMDLINE_POST="--volumes-from=\"${CONTAINER_NAME}\""
|
DOCKER_CMDLINE_POST="--volumes-from=${CONTAINER_NAME}"
|
||||||
else
|
else
|
||||||
DOCKER_CMDLINE_NAME="${CONTAINER_NAME}"
|
DOCKER_CMDLINE_NAME="${CONTAINER_NAME}"
|
||||||
DOCKER_CMDLINE_PRE=""
|
DOCKER_CMDLINE_PRE=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user