mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-30 07:50:03 +00:00
Bring back deployment
This commit is contained in:
@@ -40,18 +40,18 @@ beta_testflight:
|
||||
- build/artifacts
|
||||
expire_in: 1 week
|
||||
|
||||
#deploy_beta_testflight:
|
||||
# tags:
|
||||
# - ios_beta
|
||||
# stage: deploy
|
||||
# only:
|
||||
# - beta
|
||||
# except:
|
||||
# - tags
|
||||
# script:
|
||||
# - bash buildbox/deploy-telegram.sh appstore
|
||||
# environment:
|
||||
# name: testflight_llc
|
||||
deploy_beta_testflight:
|
||||
tags:
|
||||
- ios_beta
|
||||
stage: deploy
|
||||
only:
|
||||
- beta
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash buildbox/deploy-telegram.sh appstore
|
||||
environment:
|
||||
name: testflight_llc
|
||||
|
||||
verifysanity_beta_testflight:
|
||||
tags:
|
||||
|
||||
@@ -41,3 +41,6 @@ mv "$IPA_PATH" "$VERIFY_PATH"
|
||||
BUCK_HTTP_CACHE="$BUCK_HTTP_CACHE" sh buildbox/build-telegram.sh verify
|
||||
|
||||
python3 tools/ipadiff.py "$IPA_PATH" "$VERIFY_PATH"
|
||||
|
||||
# No need to upload artifacts if the output matches previous step
|
||||
rm -rf "$OUTPUT_PATH"
|
||||
|
||||
Reference in New Issue
Block a user