mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[9.18] chg: ci: Revert Run CI danger job even if user canceled it while it was running
Unexpectedly this broke CI job generator which parses gitlab-ci.yaml and cannot handle `!reference` YAML tags. This reverts merge request !10490 Backport of MR !10540 Merge branch 'backport-revert-0a1a599f-9.18' into 'bind-9.18' See merge request isc-projects/bind9!10542
This commit is contained in:
commit
e39c390f7f
1 changed files with 0 additions and 4 deletions
|
|
@ -660,10 +660,6 @@ danger:
|
|||
script:
|
||||
- pip install git+https://gitlab.isc.org/isc-projects/hazard.git
|
||||
- hazard
|
||||
after_script:
|
||||
# insist on running danger job even if user canceled it while it was running
|
||||
- test "$CI_JOB_STATUS" != "canceled" && exit 0
|
||||
- !reference [danger, script]
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue