From 66e136b2dc5e8984706325508926d07d25236373 Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Mon, 2 Apr 2018 09:43:34 +0200 Subject: [PATCH] Do not retry package-and-qa manual action on failure --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4890738aa3d..b9a04a3ae37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -266,6 +266,7 @@ package-and-qa: when: manual variables: GIT_STRATEGY: none + retry: 0 before_script: # We need to download the script rather than clone the repo since the # package-and-qa job will not be able to run when the branch gets