mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Revert setting a user to download translations (#149190)
This commit is contained in:
parent
671523feb3
commit
2476e7e47c
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user