Test pipeline

This commit is contained in:
Ali 2023-04-13 19:14:09 +04:00
parent 5342401f31
commit 690efb405b

View File

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