From d769a760a0a55f06a751711de39297fe7ba1c596 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Apr 2017 22:41:23 +0300 Subject: Dont download any artifacts in ok and fail jobs in .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22fda54c..d6f65f8c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,6 +52,7 @@ ok_job: - pwd - echo $CI_BUILD_REF_NAME when: on_success + dependencies: [] variables: GIT_STRATEGY: none @@ -61,5 +62,6 @@ fail_job: - pwd - echo $CI_BUILD_REF_NAME when: on_failure + dependencies: [] variables: GIT_STRATEGY: none -- cgit v1.2.3-60-g2f50