Revert setting a user to download translations (#149190)

This commit is contained in:
Joost Lekkerkerker 2025-07-21 15:27:29 +02:00 committed by GitHub
parent 671523feb3
commit 2476e7e47c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,6 @@
from __future__ import annotations
import json
import os
from pathlib import Path
import re
import subprocess
@ -28,8 +27,6 @@ def run_download_docker():
"-v",
f"{DOWNLOAD_DIR}:/opt/dest/locale",
"--rm",
"--user",
f"{os.getuid()}:{os.getgid()}",
f"lokalise/lokalise-cli-2:{CLI_2_DOCKER_IMAGE}",
# Lokalise command
"lokalise2",