Skip to content

Commit 324f536

Browse files
author
Caspar van Leeuwen
committed
Try to bind repo from the host, see if we can reproduce our original issue
1 parent 41f3775 commit 324f536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ COMMON_ARGS+=("--mode" "run")
184184
[[ ! -z ${CONTAINER} ]] && COMMON_ARGS+=("--container" "${CONTAINER}")
185185
[[ ! -z ${HTTP_PROXY} ]] && COMMON_ARGS+=("--http-proxy" "${HTTP_PROXY}")
186186
[[ ! -z ${HTTPS_PROXY} ]] && COMMON_ARGS+=("--https-proxy" "${HTTPS_PROXY}")
187-
[[ ! -z ${REPOSITORY_ID} ]] && COMMON_ARGS+=("--repository" "${REPOSITORY_ID}")
187+
[[ ! -z ${REPOSITORY_ID} ]] && COMMON_ARGS+=("--repository" "${REPOSITORY_ID},mode=bind")
188188

189189
# Also expose software.eessi.io when configured for dev.eessi.io
190190
# Need software.eessi.io for the compat layer

0 commit comments

Comments
 (0)