mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix deploy
This commit is contained in:
parent
26cdf91591
commit
39100500c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue