From e207c443f31cfbec0c76075aae3296cf68afafca Mon Sep 17 00:00:00 2001
From: Tobias Poganiuch <tobias.poganiuch@seco.com>
Date: Mon, 19 Feb 2024 11:53:27 +0100
Subject: [PATCH] gitlab-ci: Disable sourcery

The sourcery plugin fails again due to a missing login. Disable it for
now.
---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 27d889f6..0619b678 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,10 +70,10 @@ script_limit:
         --key before_script
         --key after_script
 
-sourcery:
-  extends: .analyze
-  script:
-    - sourcery review --check --verbose scripts/*.py
+# sourcery:
+#   extends: .analyze
+#   script:
+#     - sourcery review --check --verbose scripts/*.py
 
 yamllint:
   extends: .analyze
-- 
GitLab