diff options
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 8e9f634..61bdee3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,8 @@ success: - echo "do nothing" image: debian:stable when: on_success + variables: + GIT_STRATEGY: none failure: stage: failure @@ -30,3 +32,5 @@ failure: - echo "do nothing" image: debian:stable when: on_failure + variables: + GIT_STRATEGY: none |