diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-13 18:44:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-13 18:44:45 +0300 |
commit | 800d18871b6a05a729c042e0a5ead2e4422c3622 (patch) | |
tree | 3767b7b6ac78668d2d07e84d8ea0375767df0b1c /.gitlab-ci.yml | |
parent | cada1361b6225b4bafcab0f54400b24ce74678f6 (diff) | |
download | evol-hercules-800d18871b6a05a729c042e0a5ead2e4422c3622.tar.gz evol-hercules-800d18871b6a05a729c042e0a5ead2e4422c3622.tar.bz2 evol-hercules-800d18871b6a05a729c042e0a5ead2e4422c3622.tar.xz evol-hercules-800d18871b6a05a729c042e0a5ead2e4422c3622.zip |
Use git none strategy in success and fail ci job.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c70d8d..0dcbacd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -174,6 +174,8 @@ success: - echo "do nothing" image: debian:unstable when: on_success + variables: + GIT_STRATEGY: none failure: stage: failure @@ -181,3 +183,5 @@ failure: - echo "do nothing" image: debian:unstable when: on_failure + variables: + GIT_STRATEGY: none |