ALBS-443: Integrate CodeNotary with git updater tool #1

Merged
soksanichenko merged 10 commits from ALBS-443 into master 2022-06-22 11:07:24 +00:00
Showing only changes of commit 1fcbac41b1 - Show all commits

View File

@ -38,7 +38,7 @@ class CasWrapper:
""" """
command = self._cas[ command = self._cas[
'notarize', 'notarize',
f'git://{local_git_repo_path}', local_git_repo_path,
'-o', '-o',
'json', 'json',
] ]