mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 23:36:14 +01:00
[BUG] Add user to docsGenerate command
This commit is contained in:
parent
9a8834998f
commit
3b1d0b6601
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ case ${TEST_SUITE} in
|
|||
docsGenerate)
|
||||
mkdir -p Documentation-GENERATED-temp
|
||||
chown -R ${HOST_UID}:${HOST_PID} Documentation-GENERATED-temp
|
||||
${CONTAINER_BIN} run ${CONTAINER_INTERACTIVE} --rm --pull always ${USERSET} -v "${ROOT_DIR}":/project ${IMAGE_DOCS} --config=Documentation --fail-on-log
|
||||
${CONTAINER_BIN} run ${CONTAINER_INTERACTIVE} --rm --user=$(id -u):$(id -g) --pull always ${USERSET} -v "${ROOT_DIR}":/project ${IMAGE_DOCS} --config=Documentation --fail-on-log
|
||||
SUITE_EXIT_CODE=$?
|
||||
;;
|
||||
shellcheck)
|
||||
|
|
Loading…
Reference in a new issue