mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 17:47:00 -05:00
prevent subsequent builds from failing when fetching translations (#4485)
* bring back deleted files for subsequent builds * note
This commit is contained in:
@@ -9,6 +9,7 @@ if ! [ -d packages/desktop-client/locale ]; then
|
||||
git clone https://github.com/actualbudget/translations packages/desktop-client/locale
|
||||
fi
|
||||
pushd packages/desktop-client/locale > /dev/null
|
||||
git checkout .
|
||||
git pull
|
||||
popd > /dev/null
|
||||
packages/desktop-client/bin/remove-untranslated-languages
|
||||
|
||||
@@ -42,6 +42,7 @@ if ! [ -d packages/desktop-client/locale ]; then
|
||||
git clone https://github.com/actualbudget/translations packages/desktop-client/locale
|
||||
fi
|
||||
pushd packages/desktop-client/locale > /dev/null
|
||||
git checkout .
|
||||
git pull
|
||||
popd > /dev/null
|
||||
packages/desktop-client/bin/remove-untranslated-languages
|
||||
|
||||
6
upcoming-release-notes/4485.md
Normal file
6
upcoming-release-notes/4485.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [matt-fidd]
|
||||
---
|
||||
|
||||
Prevent subsequent builds from failing when fetching translations
|
||||
Reference in New Issue
Block a user