diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a05e4ff38a..e0bbea8ca1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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