mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Test pipeline
This commit is contained in:
parent
5342401f31
commit
690efb405b
@ -1,6 +1,7 @@
|
||||
stages:
|
||||
- build
|
||||
- deploy
|
||||
- submit
|
||||
- verifysanity
|
||||
- verify
|
||||
|
||||
@ -114,6 +115,23 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user