Fix deploy

This commit is contained in:
Ali 2020-07-08 23:55:31 +04:00
parent 26cdf91591
commit 39100500c3

View file

@ -31,7 +31,7 @@ else
BUILD_NUMBER="$2"
fi
if [ "$CONFIGURATION" == "hockeyapp" ]; then
if [ "$CONFIGURATION" == "hockeyapp" ] || [ "$CONFIGURATION" == "appecenter-experimental" ]; then
FASTLANE_PASSWORD=""
FASTLANE_ITC_TEAM_NAME=""
elif [ "$CONFIGURATION" == "appstore" ]; then