forked from mirrors/0ad
Use PEP 8 naming conventions for templatesanalyzer
This commit is contained in:
@@ -55,7 +55,7 @@ pipeline {
|
||||
stage("Template Analyzer") {
|
||||
steps {
|
||||
ws("/zpool0/entity-docs"){
|
||||
sh "cd source/tools/templatesanalyzer/ && python3 unitTables.py"
|
||||
sh "cd source/tools/templatesanalyzer/ && python3 unit_tables.py"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user