diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-26 23:36:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-26 23:36:23 +0300 |
commit | cef6e6b495494f4e830de3612b0320bfbee9ba62 (patch) | |
tree | 31c67ab87165cec3770d2f9e36676ab0499268a2 | |
parent | 11ca521d41296e97eecfa33196ea59579558dcd4 (diff) | |
download | plugin-cef6e6b495494f4e830de3612b0320bfbee9ba62.tar.gz plugin-cef6e6b495494f4e830de3612b0320bfbee9ba62.tar.bz2 plugin-cef6e6b495494f4e830de3612b0320bfbee9ba62.tar.xz plugin-cef6e6b495494f4e830de3612b0320bfbee9ba62.zip |
Switch to pipeline build failures.
-rw-r--r-- | .gitlab-ci.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62e708d..33aca0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,6 @@ stages: - build - test - legacy - - success - - failure before_script: - uname -a @@ -225,23 +223,3 @@ gcc-5_unstable_lto-sanitize: script: - ./tools/ci/jobs/gcc5.sh --enable-werror --enable-lto --enable-sanitize image: debian:unstable - -# reports - -success: - stage: success - script: - - echo "do nothing" - image: debian:unstable - when: on_success - variables: - GIT_STRATEGY: none - -failure: - stage: failure - script: - - echo "do nothing" - image: debian:unstable - when: on_failure - variables: - GIT_STRATEGY: none |