./fastlane/metadata/android/vi/full_description.txt now exists

This commit is contained in:
Benoit Marty 2021-11-04 13:01:40 +01:00
parent e167db2bb7
commit 8f854d725d

View file

@ -68,15 +68,6 @@ else
removeFullDes_th=1
fi
if [[ -f "./fastlane/metadata/android/vi/full_description.txt" ]]; then
echo "It appears that file ./fastlane/metadata/android/vi/full_description.txt now exists. This can be removed."
removeFullDes_vi=0
else
echo "Copy default full description to ./fastlane/metadata/android/vi"
cp ./fastlane/metadata/android/en-US/full_description.txt ./fastlane/metadata/android/vi
removeFullDes_vi=1
fi
# Run fastlane
echo "Run fastlane to push to the PlaysStore"
fastlane deployMeta
@ -103,8 +94,4 @@ if [[ ${removeFullDes_th} -eq 1 ]]; then
rm ./fastlane/metadata/android/th/full_description.txt
fi
if [[ ${removeFullDes_vi} -eq 1 ]]; then
rm ./fastlane/metadata/android/vi/full_description.txt
fi
echo "Success!"