summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1bef11a7..82cff479 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,5 @@
stages:
- test
-- fail
-- ok
image: debian:stable
before_script:
@@ -55,22 +53,3 @@ licensecheck:
script:
- ./.tools/licensecheck.sh
-ok_job:
- stage: ok
- script:
- - pwd
- - echo $CI_BUILD_REF_NAME
- when: on_success
- dependencies: []
- variables:
- GIT_STRATEGY: none
-
-fail_job:
- stage: fail
- script:
- - pwd
- - echo $CI_BUILD_REF_NAME
- when: on_failure
- dependencies: []
- variables:
- GIT_STRATEGY: none