mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Merge commit 'e26cb43575f01fc36a98a08f378007b0e3fb71b3'
This commit is contained in:
commit
a6e490a820
@ -1,9 +1,9 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
- submit
|
|
||||||
- verifysanity
|
- verifysanity
|
||||||
- verify
|
- verify
|
||||||
|
- submit
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
LANG: "en_US.UTF-8"
|
LANG: "en_US.UTF-8"
|
||||||
@ -115,23 +115,6 @@ deploy_beta_testflight:
|
|||||||
environment:
|
environment:
|
||||||
name: testflight_llc
|
name: testflight_llc
|
||||||
|
|
||||||
submit_appstore:
|
|
||||||
tags:
|
|
||||||
- ios_beta
|
|
||||||
stage: submit
|
|
||||||
needs:
|
|
||||||
- deploy_beta_testflight
|
|
||||||
allow_failure: false
|
|
||||||
manual: true
|
|
||||||
only:
|
|
||||||
- beta
|
|
||||||
except:
|
|
||||||
- tags
|
|
||||||
script:
|
|
||||||
- exit 1
|
|
||||||
environment:
|
|
||||||
name: testflight_llc
|
|
||||||
|
|
||||||
verifysanity_beta_testflight:
|
verifysanity_beta_testflight:
|
||||||
tags:
|
tags:
|
||||||
- ios_beta
|
- ios_beta
|
||||||
@ -175,3 +158,14 @@ verify_beta_testflight:
|
|||||||
paths:
|
paths:
|
||||||
- build/artifacts
|
- build/artifacts
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
|
submit_appstore:
|
||||||
|
tags:
|
||||||
|
- deploy
|
||||||
|
stage: submit
|
||||||
|
needs: []
|
||||||
|
when: manual
|
||||||
|
script:
|
||||||
|
- sh "$TELEGRAM_SUBMIT_BUILD"
|
||||||
|
environment:
|
||||||
|
name: testflight_llc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user