From f46041ad9dc89c47a62e3fb0357c1d1bd5579888 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Thu, 13 Apr 2023 21:09:02 +0400 Subject: [PATCH] Update CI --- .gitlab-ci.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03fccf1b50..e0bbea8ca1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -115,18 +115,6 @@ deploy_beta_testflight: environment: name: testflight_llc -submit_appstore: - tags: - - deploy - stage: submit - needs: [] - when: manual - script: - - sleep 6000 - - exit 1 - environment: - name: testflight_llc - verifysanity_beta_testflight: tags: - ios_beta @@ -170,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