Skip to content

Commit

Permalink
Merge pull request #633 from nextcloud/bugfix/noid/cover-29
Browse files Browse the repository at this point in the history
fix(CI): Cover stable29 and drop EOL stable26
  • Loading branch information
nickvergessen committed Mar 28, 2024
2 parents 8b221ea + 9f11aba commit 695565c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion translations-app/handleAppTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi

# TODO use build/l10nParseAppInfo.php to fetch app names for l10n

versions='main master stable28 stable27 stable26'
versions='main master stable29 stable28 stable27'
if [ -f '/app/.tx/backport' ]; then
versions="main master $(cat /app/.tx/backport)"
fi
Expand Down
2 changes: 1 addition & 1 deletion translations/handleTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd -

# TODO use build/l10nParseAppInfo.php to fetch app names for l10n

versions='master stable28 stable27 stable26'
versions='master stable29 stable28 stable27'

# build POT files for all versions
mkdir stable-templates
Expand Down

0 comments on commit 695565c

Please sign in to comment.