Skip to content

Commit 80ae570

Browse files
author
Eric Van Norman
authored
Allow specification of additional conditional hosts (#9777)
1 parent 8554c3e commit 80ae570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.overrides.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ CONTAINER_OPTIONS = -p 1313:1313 ${ADDITIONAL_CONTAINER_OPTIONS}
1818
# this repo is on the container plan by default
1919
BUILD_WITH_CONTAINER ?= 1
2020

21-
CONDITIONAL_HOST_MOUNTS = --mount type=bind,source=/tmp,destination=/tmp ${}
21+
CONDITIONAL_HOST_MOUNTS = --mount type=bind,source=/tmp,destination=/tmp ${ADDITIONAL_CONDITIONAL_HOST_MOUNTS}

0 commit comments

Comments
 (0)