Skip to content

Commit

Permalink
Testsuite: T7031: add version to manifest if not explicitly set
Browse files Browse the repository at this point in the history
  • Loading branch information
jestabro committed Jan 9, 2025
1 parent 7d71873 commit 1e4bcf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/image-build/build-vyos-image
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ if __name__ == "__main__":
print("W: Could not build a version string specific to git branch, falling back to default: {0}".format(str(e)))
version = "999.{0}".format(build_timestamp)

build_config['version'] = version

version_data = {
'version': version,
'flavor': build_config["build_flavor"],
Expand Down

0 comments on commit 1e4bcf0

Please sign in to comment.