From 7923b2d52b3aae91156a0c547592ae0ede698938 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 30 Jun 2020 09:04:39 +0200
Subject: [PATCH] customer/bitegra/mobimo/support#2680 Do not update satis for
 patch branches

---
 satis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/satis.yml b/satis.yml
index cd41507..ce2ee35 100644
--- a/satis.yml
+++ b/satis.yml
@@ -6,3 +6,7 @@ UpdateSatis:
   script:
     - ascr satis-update
   cache: {}
+  rules:
+    - if: '$CI_COMMIT_BRANCH =~ "/^patch/"'
+      when: never
+    - when: always
-- 
GitLab