diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec6ab76803..83c306ed3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - build + #- deploy - verifysanity - verify @@ -39,18 +40,18 @@ beta_testflight: - build/artifacts expire_in: 1 week -deploy_beta_testflight: - tags: - - ios_beta - stage: deploy - only: - - beta - except: - - tags - script: - - bash buildbox/deploy-telegram.sh appstore - environment: - name: testflight_llc +#deploy_beta_testflight: +# tags: +# - ios_beta +# stage: deploy +# only: +# - beta +# except: +# - tags +# script: +# - bash buildbox/deploy-telegram.sh appstore +# environment: +# name: testflight_llc verifysanity_beta_testflight: tags: