We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dfa2b commit d1de8afCopy full SHA for d1de8af
scripts/trigger_pipelines.py
@@ -15,9 +15,9 @@ def __init__(self):
15
self.client_secret = os.environ["AZ_CLIENT_SECRET"]
16
self.client_tenant = os.environ["AZ_CLIENT_TENANT"]
17
self.access_token = self._get_access_token()
18
- self.notify_commit_sha = os.environ["NOTIFY_COMMIT_SHA"]
19
- self.utils_pr_number = os.environ["UTILS_PR_NUMBER"]
20
- self.notify_github_repo = "NHSDigital/api-management-utils"
+ # self.notify_commit_sha = os.environ["NOTIFY_COMMIT_SHA"]
+ # self.utils_pr_number = os.environ["UTILS_PR_NUMBER"]
+ # self.notify_github_repo = "NHSDigital/api-management-utils"
21
self.api_request_delay = 60
22
23
@staticmethod
0 commit comments