Don't use --tty for the translation job
This commit is contained in:
parent
810e1e105a
commit
ae09d75267
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci-scripts/ubuntu.sh
vendored
4
.github/workflows/ci-scripts/ubuntu.sh
vendored
|
@ -36,7 +36,9 @@ else
|
|||
WORKDIR /home/wesnoth-CI
|
||||
EOF
|
||||
|
||||
docker run --tty --cap-add=ALL --privileged \
|
||||
[[ $NLS == only ]] || tty=1 # something in the update-po4a-manual step hangs when building the xml (po4a-translate) and --tty is used
|
||||
|
||||
docker run ${tty+--tty} --cap-add=ALL --privileged \
|
||||
--env BRANCH --env IMAGE --env NLS --env TOOL --env CC --env CXX \
|
||||
--env CXX_STD --env CFG --env LTO \
|
||||
wesnoth-repo:"$IMAGE"-"$BRANCH" ./.github/workflows/ci-scripts/docker.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue