Try again

This commit is contained in:
Ali 2019-11-20 23:45:26 +04:00
parent f47363dd7e
commit 82311c5234
3 changed files with 14 additions and 12 deletions

View File

@ -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:

View File

@ -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

View File

@ -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:')