[DOC-536] Smart Git diff compare for terraform modules
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ def get_last_successful_commit(module):
|
||||
BITBUCKET_AUTH_HEADER.split(": ")[0]: BITBUCKET_AUTH_HEADER.split(": ")[1]
|
||||
}
|
||||
response = requests.get(url, headers=basic_url_headers).json()
|
||||
LOGGER.info(f"response={response}")
|
||||
LOGGER.debug(f"response={response}")
|
||||
|
||||
for item in response.get('values', []):
|
||||
name = item['name']
|
||||
|
||||
Reference in New Issue
Block a user