From c594820b2ba89ef8c214d96ee8060177d73fbe6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 12 May 2023 10:38:14 +0200 Subject: [PATCH] tag: skip tests when tagging gadjo --- bin/tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tag b/bin/tag index 42e315e..eba5078 100755 --- a/bin/tag +++ b/bin/tag @@ -66,7 +66,7 @@ def main(): module_name = os.getcwd().split('/')[-1] jenkins_names = {} # mapping for jenkins jobs != git module names module_name = jenkins_names.get(module_name, module_name) - if module_name in ('publik-base-theme', 'combo-plugin-gnm', 'gadjo', 'godo'): + if module_name in ('publik-base-theme', 'combo-plugin-gnm', 'godo'): # full build subprocess.check_call(['sensible-browser', 'https://jenkins.entrouvert.org/job/%s/' % module_name])