Merge "Ensure tag can be looked up outside cgit"
This commit is contained in:
commit
e0eb18d40a
@ -423,8 +423,9 @@ def validate_releases(deliverable_info, zuul_layout,
|
||||
# doesn't exist.
|
||||
continue
|
||||
|
||||
version_exists = gitutils.tag_exists(
|
||||
project['repo'], release['version'],
|
||||
# Check the presence of tag in the references
|
||||
version_exists = gitutils.commit_exists(
|
||||
workdir, project['repo'], release['version'],
|
||||
)
|
||||
|
||||
# Check that the sdist name and tarball-base name match.
|
||||
|
Loading…
x
Reference in New Issue
Block a user