diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-04-02 09:43:34 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-04-02 09:43:34 +0200 |
commit | 66e136b2dc5e8984706325508926d07d25236373 (patch) | |
tree | 9e070cd87f8180462c8b4b117f67fa510097ea20 /.gitlab-ci.yml | |
parent | 6b89ab116110f177ecb809adf429fe05f76e97f5 (diff) | |
download | gitlab-ce-66e136b2dc5e8984706325508926d07d25236373.tar.gz |
Do not retry package-and-qa manual action on failureqa/gb/do-not-auto-retry-package-and-qa-action
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |