From d7f72a0bc2cd9623867a98dcdde3c0941f6ebe91 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Jun 14 2019 13:33:47 +0000 Subject: ci: it is .yAml not .yml for gating.yaml And apparently that is important. --- diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..d71584a --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +rules: + - !PassingTestCaseRule {test_case_name: dist.depcheck} diff --git a/gating.yml b/gating.yml deleted file mode 100644 index d71584a..0000000 --- a/gating.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_testing -rules: - - !PassingTestCaseRule {test_case_name: dist.depcheck}