Skip to content

Commit

Permalink
JH: fix translations workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Jun 15, 2023
1 parent cfdee4e commit 95572e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/jh-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
run: |
VERSION=$(curl -s https://version.home-assistant.io/dev.json | jq -r '.homeassistant."qemuarm-64"')
docker create --name temp-core ghcr.io/home-assistant/aarch64-homeassistant:$VERSION
for lang in af ar bg bn bs ca cs cy da de el en-GB eo es-419 es et eu fa fi fr fy gl gsw he hi hr hu hy id is it ja ka ko lb lt lv ml nb nl nn no pl pt-BR pt ro ru sk sl sr sr-Latn sv ta te th tr uk ur vi zh-Hans zh-Hant; do
docker cp temp-core:"/usr/src/homeassistant/build/translations-download/$lang.json" build/translations-download/
done
docker cp temp-core:"/usr/src/homeassistant/build/translations-download/" build/translations-download/
docker rm temp-core
- name: Upload Translations
Expand Down

0 comments on commit 95572e0

Please sign in to comment.