From ab53ee889d2ef45dbb6f0004bc524a25bf6f796f Mon Sep 17 00:00:00 2001 From: Ali <> Date: Thu, 13 Apr 2023 19:24:11 +0400 Subject: [PATCH] Update CI --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 380c0590f2..06d895e7f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,6 +127,7 @@ submit_appstore: except: - tags script: + - sleep 60 - exit 1 environment: name: testflight_llc @@ -135,6 +136,8 @@ verifysanity_beta_testflight: tags: - ios_beta stage: verifysanity + needs: + - deploy_beta_testflight only: - beta - hotfix @@ -157,6 +160,8 @@ verify_beta_testflight: tags: - ios_beta stage: verify + needs: + - verifysanity_beta_testflight only: - beta - hotfix