From 82311c52341f77c1e95621ad1e6033ea8d647741 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Wed, 20 Nov 2019 23:45:26 +0400 Subject: [PATCH] Try again --- .gitlab-ci.yml | 24 ++++++++++++------------ buildbox/build-telegram.sh | 1 + tools/ipadiff.py | 1 + 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83c306ed3b..9619491d8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/buildbox/build-telegram.sh b/buildbox/build-telegram.sh index b901178f21..7aa409ef61 100644 --- a/buildbox/build-telegram.sh +++ b/buildbox/build-telegram.sh @@ -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 diff --git a/tools/ipadiff.py b/tools/ipadiff.py index 15011851ec..b62b5accab 100644 --- a/tools/ipadiff.py +++ b/tools/ipadiff.py @@ -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:')