Comment unused variable

This commit is contained in:
Laurent Indermuehle 2023-03-03 14:25:24 +01:00
parent cfa6b382aa
commit 0cbe258412
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -59,7 +59,7 @@ def main():
workflow_yaml = read_github_workflow_file()
tests_matrix_yaml = extract_matrix(workflow_yaml)
matrix = []
# matrix = []
# exclude_list = tests_matrix_yaml.get('exclude')
# for ansible in tests_matrix_yaml.get('ansible'):
# for db_engine in tests_matrix_yaml.get('db_engine_version'):