Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-05 02:12:25 +0300
committerJoas Schilling <coding@schilljs.com>2022-11-05 02:12:25 +0300
commit77179840dbb6b967b97b5a523f01acef3be69280 (patch)
tree1f1f35fb4b14531183afff35b79e4846a36a2d6c
parentdf8317d32faa6fc4861fbf6e29f0f8f5c84fe163 (diff)
More version cleanup
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rwxr-xr-xtranslations-app/handleAppTranslations.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/translations-app/handleAppTranslations.sh b/translations-app/handleAppTranslations.sh
index 983a969..2948638 100755
--- a/translations-app/handleAppTranslations.sh
+++ b/translations-app/handleAppTranslations.sh
@@ -53,7 +53,7 @@ do
git push
# ignore build folder logreader
- if [ "$version" = "stable22" ] || [ "$version" = "stable23" ] ; then
+ if [ "$version" = "stable23" ] ; then
if [ "$2" = "logreader" ] ; then
rm -rf build
fi
@@ -63,7 +63,7 @@ do
/translationtool.phar create-pot-files
# ignore build folder logreader
- if [ "$version" = "stable22" ] || [ "$version" = "stable23" ] ; then
+ if [ "$version" = "stable23" ] ; then
if [ "$2" = "logreader" ] ; then
git checkout -- build
fi