From 05b8469b2fd2e7f541ed5b0bd0d662e24bf8c49b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Oct 2017 22:25:34 +0300 Subject: Remove ok/fail jobs from .gitlab-ci.yml --- .gitlab-ci.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 054b0f168..6f9bdc5fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,6 @@ stages: - prebuild - build - stats - - ok - - fail # with :; prevent from run it on windows before_script: @@ -3532,27 +3530,3 @@ pages: expire_in: 3 week only: - master - -ok_job: - stage: ok - script: - - pwd - - echo $CI_BUILD_REF_NAME - dependencies: [] - when: on_success - variables: - UPDATEREPOS: "" - PMUPDATE: "echo" - PMINSTALL: "echo" - -fail_job: - stage: fail - script: - - pwd - - echo $CI_BUILD_REF_NAME - dependencies: [] - when: on_failure - variables: - UPDATEREPOS: "" - PMUPDATE: "echo" - PMINSTALL: "echo" -- cgit v1.2.3-60-g2f50