Fix translations script pipeline.

This was SVN commit r27100.
This commit is contained in:
Stan 2022-09-12 11:35:27 +00:00
parent 33762aa24e
commit cfa4aff773
4 changed files with 4 additions and 4 deletions

View File

@ -6,4 +6,4 @@ USER builder
ENV CC clang-7
ENV CXX clang++-7
ENV LDFLAGS -fuse-ld=lld-7
ENV LDFLAGS -fuse-ld=lld-7

View File

@ -7,4 +7,4 @@ USER builder
ENV LIBCC gcc-7
ENV LIBCXX g++-7
ENV CC gcc-7
ENV CXX g++-7
ENV CXX g++-7

View File

@ -1,7 +1,7 @@
FROM build-base
# This silences a transifex-client warning
RUN apt-get install -qqy git
RUN apt-get install -qqy git subversion
RUN pip3 install transifex-client lxml babel

View File

@ -43,7 +43,7 @@ pipeline {
withDockerContainer("0ad-translations:latest") {
sh "python3 --version"
dir("source/tools/i18n/") {
sh "maintenanceTasks.sh"
sh "./maintenanceTasks.sh"
sh "python3 generateDebugTranslation.py --long"
}
}