diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-10 22:25:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-10 22:25:34 +0300 |
commit | 05b8469b2fd2e7f541ed5b0bd0d662e24bf8c49b (patch) | |
tree | 46a6573a362c3060f5d67bd39ed832c74b5552fc /.gitlab-ci.yml | |
parent | 3181b0532b1189641093de4b03eef285178e1cb3 (diff) | |
download | plus-05b8469b2fd2e7f541ed5b0bd0d662e24bf8c49b.tar.gz plus-05b8469b2fd2e7f541ed5b0bd0d662e24bf8c49b.tar.bz2 plus-05b8469b2fd2e7f541ed5b0bd0d662e24bf8c49b.tar.xz plus-05b8469b2fd2e7f541ed5b0bd0d662e24bf8c49b.zip |
Remove ok/fail jobs from .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 26 |
1 files changed, 0 insertions, 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" |