Allow specification of additional conditional hosts (#9777)

This commit is contained in:
Eric Van Norman 2021-05-18 10:05:03 -05:00 committed by GitHub
parent 8554c3e941
commit 80ae570571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ CONTAINER_OPTIONS = -p 1313:1313 ${ADDITIONAL_CONTAINER_OPTIONS}
# this repo is on the container plan by default
BUILD_WITH_CONTAINER ?= 1
CONDITIONAL_HOST_MOUNTS = --mount type=bind,source=/tmp,destination=/tmp ${}
CONDITIONAL_HOST_MOUNTS = --mount type=bind,source=/tmp,destination=/tmp ${ADDITIONAL_CONDITIONAL_HOST_MOUNTS}