mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Try again
This commit is contained in:
parent
f47363dd7e
commit
82311c5234
@ -53,18 +53,18 @@ beta_testflight:
|
||||
# environment:
|
||||
# name: testflight_llc
|
||||
|
||||
verifysanity_beta_testflight:
|
||||
tags:
|
||||
- ios_beta
|
||||
stage: verifysanity
|
||||
only:
|
||||
- beta
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash buildbox/verify-telegram.sh appstore cached
|
||||
environment:
|
||||
name: testflight_llc
|
||||
#verifysanity_beta_testflight:
|
||||
# tags:
|
||||
# - ios_beta
|
||||
# stage: verifysanity
|
||||
# only:
|
||||
# - beta
|
||||
# except:
|
||||
# - tags
|
||||
# script:
|
||||
# - bash buildbox/verify-telegram.sh appstore cached
|
||||
# environment:
|
||||
# name: testflight_llc
|
||||
|
||||
verify_beta_testflight:
|
||||
tags:
|
||||
|
@ -62,6 +62,7 @@ if [ "$BUILD_CONFIGURATION" == "hockeyapp" ]; then
|
||||
elif [ "$BUILD_CONFIGURATION" == "appstore" ]; then
|
||||
CODESIGNING_SUBPATH="transient-data/codesigning"
|
||||
CODESIGNING_TEAMS_SUBPATH="transient-data/teams"
|
||||
export BUCK_HTTP_CACHE=""
|
||||
elif [ "$BUILD_CONFIGURATION" == "verify" ]; then
|
||||
CODESIGNING_SUBPATH="fake-codesigning"
|
||||
else
|
||||
|
@ -285,6 +285,7 @@ def ipadiff(self_base_path, ipa1, ipa2):
|
||||
print('Different files in ' + ipa1 + ' and ' + ipa2)
|
||||
for relative_file_path in different_files:
|
||||
print(' ' + relative_file_path)
|
||||
sys.exit(1)
|
||||
else:
|
||||
if len(encrypted_files) != 0 or len(watch_ipa1_files) != 0 or len(plugin_ipa1_files) != 0:
|
||||
print('IPAs are equal, except for the files that can\'t currently be checked:')
|
||||
|
Loading…
x
Reference in New Issue
Block a user