Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dparmar18 committed Apr 23, 2024
1 parent b21f476 commit 6f4339b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teuthology/packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ def _get_uri_reference(self):
:returns: A string URI. Ex: ref/main
"""
log.debug('using _get_uri_reference')
ref_name, ref_val = next(iter(self._choose_reference().items()))
if ref_name == 'sha1':
return 'sha1/%s' % ref_val
Expand Down

0 comments on commit 6f4339b

Please sign in to comment.