Dashboard name adjustment
parent
a31a43bcb9
commit
2e47436f6a
|
|
@ -7,7 +7,7 @@ from datetime import datetime
|
||||||
from git import Repo
|
from git import Repo
|
||||||
import os
|
import os
|
||||||
#set STAGING global dashboard name
|
#set STAGING global dashboard name
|
||||||
DASHBOARD_NAME = "[STAGING]Global Offboard Reliability 2.0 "
|
DASHBOARD_NAME = "[STAGING]Global Offboard Reliability 2.0 - "
|
||||||
AUTHSTRING = config("BITBUCKET_USERNAME")+":"+config("BITBUCKET_TOKEN")
|
AUTHSTRING = config("BITBUCKET_USERNAME")+":"+config("BITBUCKET_TOKEN")
|
||||||
CONFIG_REPO_URL = "https://"+AUTHSTRING+"@atc.bmwgroup.net/bitbucket/scm/opapm/shared_configuration.git"
|
CONFIG_REPO_URL = "https://"+AUTHSTRING+"@atc.bmwgroup.net/bitbucket/scm/opapm/shared_configuration.git"
|
||||||
CONFIG_REPO_NAME = "shared_configuration"
|
CONFIG_REPO_NAME = "shared_configuration"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue