Просмотр исходного кода

ci: Use ARTIFACT_DOWNLOAD_ATTEMPTS and others from the project settings

Anton Maklakov 6 лет назад
Родитель
Сommit
69d8eddbe4
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      .gitlab-ci.yml

+ 2 - 3
.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".