Don't use version_images prefix for Images projects
They have their own 00Meta, so it's not necessary anymore.
This commit is contained in:
parent
7f59878b02
commit
32a1174d9c
@ -161,10 +161,7 @@ class ToTestManager(ToolBase.ToolBase):
|
|||||||
self.update_totest(new_snapshot)
|
self.update_totest(new_snapshot)
|
||||||
|
|
||||||
def version_file(self, target):
|
def version_file(self, target):
|
||||||
version_file = 'version_%s' % target
|
return 'version_%s' % target
|
||||||
if not len(self.project.main_products):
|
|
||||||
version_file = version_file + '_images'
|
|
||||||
return version_file
|
|
||||||
|
|
||||||
def write_version_to_dashboard(self, target, version):
|
def write_version_to_dashboard(self, target, version):
|
||||||
if self.dryrun or self.project.do_not_release:
|
if self.dryrun or self.project.do_not_release:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user