From 81b7ab8e96599bfd4d732dcb9c9c762b675c120e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 13 Dec 2016 18:44:21 +0300 Subject: Use git none strategy in success and fail ci job. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4752ea42..5ee884e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -158,6 +158,8 @@ ok_job: - pwd - echo $CI_BUILD_REF_NAME when: on_success + variables: + GIT_STRATEGY: none fail_job: stage: fail @@ -165,3 +167,5 @@ fail_job: - pwd - echo $CI_BUILD_REF_NAME when: on_failure + variables: + GIT_STRATEGY: none -- cgit v1.2.3-70-g09d2