From 2ad0e782107a8f19baf50698a6e547236e9f104f Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Wed, 13 Nov 2019 14:38:45 +0700 Subject: [PATCH] ci: Use ARTIFACT_DOWNLOAD_ATTEMPTS and others from the project settings --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d20088dad1..ea9c4e43f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,9 +16,8 @@ variables: # GitLab-CI environment - # more attempts for more robust - GET_SOURCES_ATTEMPTS: "10" - ARTIFACT_DOWNLOAD_ATTEMPTS: "10" + # XXX_ATTEMPTS variables (https://docs.gitlab.com/ce/ci/yaml/README.html#job-stages-attempts) are not defined here. + # Use values from "CI / CD Settings" - "Variables". # GIT_STRATEGY is not defined here. # Use an option from "CI / CD Settings" - "General pipelines".