modified output directory
parent
5d31e6b7b4
commit
3c5ca47c67
|
|
@ -54,8 +54,8 @@ if __name__ == "__main__":
|
|||
|
||||
for item, doc in env_doc.items():
|
||||
setEnv(doc, timestamp, "_configurations")
|
||||
runProcess("Export", [bin , "-export", "-id"])
|
||||
setEnv(doc, timestamp, outputFolder, "_dashboards")
|
||||
runProcess("Export", [bin, "-export", "-id"])
|
||||
setEnv(doc, timestamp, "_dashboards")
|
||||
runProcess("Export", [bin, "-export", "-id", "dynatrace_dashboard"])
|
||||
|
||||
print("Finished!")
|
||||
|
|
|
|||
Loading…
Reference in New Issue