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:
|
stages:
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
- submit
|
||||||
- verifysanity
|
- verifysanity
|
||||||
- verify
|
- verify
|
||||||
|
|
||||||
@ -114,6 +115,23 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user