mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 10:10:06 +00:00
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 Merge branch 'revert-0a1a599f' into 'main' See merge request isc-projects/bind9!10540
This commit is contained in:
commit
9ee1f50de0
@ -664,10 +664,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…
x
Reference in New Issue
Block a user