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:
|
||||
- build
|
||||
- deploy
|
||||
- submit
|
||||
- verifysanity
|
||||
- verify
|
||||
- submit
|
||||
|
||||
variables:
|
||||
LANG: "en_US.UTF-8"
|
||||
@ -115,23 +115,6 @@ deploy_beta_testflight:
|
||||
environment:
|
||||
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:
|
||||
tags:
|
||||
- ios_beta
|
||||
@ -175,3 +158,14 @@ verify_beta_testflight:
|
||||
paths:
|
||||
- build/artifacts
|
||||
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