Update CI

This commit is contained in:
Ali 2023-04-13 19:24:11 +04:00
parent 0516693c26
commit ab53ee889d

View File

@ -127,6 +127,7 @@ submit_appstore:
except: except:
- tags - tags
script: script:
- sleep 60
- exit 1 - exit 1
environment: environment:
name: testflight_llc name: testflight_llc
@ -135,6 +136,8 @@ verifysanity_beta_testflight:
tags: tags:
- ios_beta - ios_beta
stage: verifysanity stage: verifysanity
needs:
- deploy_beta_testflight
only: only:
- beta - beta
- hotfix - hotfix
@ -157,6 +160,8 @@ verify_beta_testflight:
tags: tags:
- ios_beta - ios_beta
stage: verify stage: verify
needs:
- verifysanity_beta_testflight
only: only:
- beta - beta
- hotfix - hotfix