mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 03:30:33 -07:00
Comment unused variable
This commit is contained in:
parent
cfa6b382aa
commit
0cbe258412
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def main():
|
||||||
workflow_yaml = read_github_workflow_file()
|
workflow_yaml = read_github_workflow_file()
|
||||||
tests_matrix_yaml = extract_matrix(workflow_yaml)
|
tests_matrix_yaml = extract_matrix(workflow_yaml)
|
||||||
|
|
||||||
matrix = []
|
# matrix = []
|
||||||
# exclude_list = tests_matrix_yaml.get('exclude')
|
# exclude_list = tests_matrix_yaml.get('exclude')
|
||||||
# for ansible in tests_matrix_yaml.get('ansible'):
|
# for ansible in tests_matrix_yaml.get('ansible'):
|
||||||
# for db_engine in tests_matrix_yaml.get('db_engine_version'):
|
# for db_engine in tests_matrix_yaml.get('db_engine_version'):
|
||||||
|
|
Loading…
Add table
Reference in a new issue