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

Update dist.py

parent b55192c6
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
import os, shutil
from mkp import dist
print(os.getcwd())
os.makedirs(f"cmk_addons_plugins/{os.environ.get('PROJECT_NAME')}")
items = ['__init__.py', 'agent_based', 'graphing', 'libexec', 'rulesets', 'server_side_calls', 'special_agents']
......
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