tag: skip tests when tagging gadjo

This commit is contained in:
Frédéric Péters 2023-05-12 10:38:14 +02:00
parent 8c8d0cd2b8
commit c594820b2b
1 changed files with 1 additions and 1 deletions

View File

@ -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])