Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Aug 29, 2024
1 parent a1ee981 commit 385ff08
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,30 +46,6 @@ jobs:
with:
type: ${{ env.BUILD_TYPE }}

- name: Fail if translations files are checked in
run: |
if [ -n "$(find homeassistant/components/*/translations -type f)" ]; then
echo "Translations files are checked in, please remove the following files:"
find homeassistant/components/*/translations -type f
exit 1
fi
- name: Download Translations
run: python3 -m script.translations download
env:
LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }}

- name: Archive translations
shell: bash
run: find ./homeassistant/components/*/translations -name "*.json" | tar zcvf translations.tar.gz -T -

- name: Upload translations
uses: actions/[email protected]
with:
name: translations
path: translations.tar.gz
if-no-files-found: error

build_base:
name: Build ${{ matrix.arch }} base core image
if: github.repository_owner == 'home-assistant'
Expand Down

0 comments on commit 385ff08

Please sign in to comment.