Tiaf bucket top level fix (#3085)
* Revert to regular run when invalid commits used. * Cirrect s3 logging of last commit hash storage * Add s3 top level url and build number script params. * Use existing REPOSITORY_NAME env var. Signed-off-by: John <jonawals@amazon.com>
This commit is contained in:
@@ -106,7 +106,7 @@ class PersistentStorage(ABC):
|
||||
|
||||
historic_data_json = self._pack_historic_data(last_commit_hash)
|
||||
if historic_data_json:
|
||||
logger.info(f"Attempting to store historic data with new last commit hash '{self._last_commit_hash}'...")
|
||||
logger.info(f"Attempting to store historic data with new last commit hash '{last_commit_hash}'...")
|
||||
self._store_historic_data(historic_data_json)
|
||||
logger.info("The historic data was successfully stored.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user