Skip to content

Commit

Permalink
Adding required name parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Dec 16, 2024
1 parent f2fab6a commit dca29b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .nextmv/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ def push_new_version(app: cloud.Application, tag: str) -> None:
name=f"Auto version {tag}",
description=f"Automatically generated version {tag}",
)
instance = app.instance("candidate")
app.update_instance(
id="candidate",
version_id=tag,
name=instance.name, # Name is required, but we don't want to change it
)


Expand Down

0 comments on commit dca29b0

Please sign in to comment.