summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-26 23:36:23 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-26 23:36:23 +0300
commitcef6e6b495494f4e830de3612b0320bfbee9ba62 (patch)
tree31c67ab87165cec3770d2f9e36676ab0499268a2
parent11ca521d41296e97eecfa33196ea59579558dcd4 (diff)
downloadevol-hercules-cef6e6b495494f4e830de3612b0320bfbee9ba62.tar.gz
evol-hercules-cef6e6b495494f4e830de3612b0320bfbee9ba62.tar.bz2
evol-hercules-cef6e6b495494f4e830de3612b0320bfbee9ba62.tar.xz
evol-hercules-cef6e6b495494f4e830de3612b0320bfbee9ba62.zip
Switch to pipeline build failures.
-rw-r--r--.gitlab-ci.yml22
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