Bring back deployment

This commit is contained in:
Ali
2019-11-21 05:58:43 +04:00
parent 229f5359d8
commit c2ff694004
2 changed files with 15 additions and 12 deletions

View File

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

View File

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