Skip to content

Commit

Permalink
add lower dirs to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Nov 13, 2024
1 parent acf987c commit 32e6d69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ if [[ ! -z ${SHARED_FS_PATH} ]]; then
BUILD_STEP_ARGS+=("--host-injections" "${SHARED_FS_PATH}/host-injections")
fi

if [[ ! -z ${LOWER_DIRS} ]]; then
BUILD_STEP_ARGS+=("--lower-dirs" "${LOWER_DIRS}")
fi

# create tmp file for output of build step
build_outerr=$(mktemp build.outerr.XXXX)

Expand Down

0 comments on commit 32e6d69

Please sign in to comment.