diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-24 19:44:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-24 19:44:59 +0300 |
commit | f93726b39458909f06d37820b7caa573f3f43cd9 (patch) | |
tree | 0c68cf3c945087f497f15e52f169ad637011052a /.gitlab-ci.yml | |
parent | f786c3eea0fc241b114598daa31c872b89a69de7 (diff) | |
download | plus-f93726b39458909f06d37820b7caa573f3f43cd9.tar.gz plus-f93726b39458909f06d37820b7caa573f3f43cd9.tar.bz2 plus-f93726b39458909f06d37820b7caa573f3f43cd9.tar.xz plus-f93726b39458909f06d37820b7caa573f3f43cd9.zip |
Remove report jobs from .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 700c92b3a..9c6748093 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,6 @@ stages: - prebuild - build - stats - - success - - failure before_script: - uname -a @@ -3548,24 +3546,3 @@ pages: expire_in: 3 week only: - master - -# reports - -success: - stage: success - script: - - echo "nothing" - image: debian:unstable - variables: - GIT_STRATEGY: none - when: on_success - -failure: - stage: failure - script: - - echo "nothing" - image: debian:unstable - variables: - GIT_STRATEGY: none - when: on_failure - <<: *job-artifacts |