tag: remove custom mapping for godo.js job name

This commit is contained in:
Frédéric Péters 2023-03-31 09:26:05 +02:00
parent f7892e95bd
commit 76655c2652
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def main():
subprocess.check_call(['git', 'push', 'origin', new_tag_value])
if args.browser:
module_name = os.getcwd().split('/')[-1]
jenkins_names = {'godo.js': 'godo'}
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'):
# full build