Merge commit 'e26cb43575f01fc36a98a08f378007b0e3fb71b3'

This commit is contained in:
Ali 2023-04-14 19:01:37 +04:00
commit a6e490a820

View File

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