env variables
parent
905ea12d7a
commit
227c01d175
|
|
@ -11,6 +11,7 @@ from glob import glob
|
|||
|
||||
def setEnv(env, time, path, dashboard):
|
||||
# os.environ['DYNATRACE_ENV_URL'] = str(os.environ.get(os.environ[env + "_ENV_URL"]))
|
||||
os.environ[env + "_ENV_URL"] = "Test"
|
||||
print(str(os.environ[env + "_ENV_URL"]))
|
||||
# os.environ['DYNATRACE_API_TOKEN'] = str(os.environ.get(os.environ[env + "_API_TOKEN"]))
|
||||
# os.environ['DYNATRACE_TARGET_FOLDER'] = str(path + time + "_" + env + dashboard)
|
||||
|
|
|
|||
Loading…
Reference in New Issue