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