From 7d59658ed4049c2e165cf7079bcfaeadd512c352 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Wed, 27 Apr 2022 09:23:15 +0200 Subject: [PATCH] add dummy zuul config --- zuul.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 zuul.yaml diff --git a/zuul.yaml b/zuul.yaml new file mode 100644 index 00000000..51b13832 --- /dev/null +++ b/zuul.yaml @@ -0,0 +1,9 @@ +- project: + merge-mode: squash-merge + default-branch: main + check: + jobs: + - noop + gate: + jobs: + - noop