Skip to content

Commit

Permalink
log scriptworker version near the top of the cot log
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Aug 14, 2019
1 parent c65eb03 commit ebf00e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scriptworker/cot/verify.py
Expand Up @@ -72,6 +72,7 @@
rm,
write_to_file,
)
from scriptworker.version import __version_string__
from taskcluster.exceptions import TaskclusterFailure
from taskcluster.aio import Queue

Expand Down Expand Up @@ -2021,6 +2022,7 @@ async def verify_chain_of_trust(chain):
datefmt=chain.context.config['log_datefmt'],
)
):
log.info("Running scriptworker version {}".format(__version_string__))
try:
# build LinkOfTrust objects
await build_task_dependencies(chain, chain.task, chain.name, chain.task_id)
Expand Down

0 comments on commit ebf00e5

Please sign in to comment.