Create debug image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-19 14:24:50 +02:00
parent ab4826d135
commit 95f6ffb8f4
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ def main():
ovf = "%s-%s.ovf" % (build_data['build_name'], data['TYPED_VERSION'])
mf = "%s-%s.mf" % (build_data['build_name'], data['TYPED_VERSION'])
ova = "%s-%s.ova" % (build_data['build_name'], data['TYPED_VERSION'])
ova = "%s-%s-%s.ova" % (build_data['build_name'], data['TYPED_VERSION'], "debug")
# Create OVF
create_ovf(ovf, data, ovf_template)