diff options
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 |