Skip to content
Snippets Groups Projects
Commit a52e5488 authored by Frank Baier's avatar Frank Baier
Browse files

remove "lib" dir from new check agent api because its required for agent checks

parent e79ee5eb
Branches main
Tags latest
No related merge requests found
......@@ -7,7 +7,7 @@ print(os.getcwd())
os.makedirs(f"cmk_addons_plugins/{os.environ.get('PROJECT_NAME')}")
if os.path.exists('agent_based'):
items = ['__init__.py', 'agent_based', 'graphing', 'libexec', 'rulesets', 'server_side_calls', 'special_agents', 'lib', 'checkman']
items = ['__init__.py', 'agent_based', 'graphing', 'libexec', 'rulesets', 'server_side_calls', 'special_agents', 'checkman'] # 'lib'
for item in items:
if os.path.exists(item):
shutil.move(item, f"cmk_addons_plugins/{os.environ.get('PROJECT_NAME')}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment