Skip to content

Commit

Permalink
test: fix dev image for local runs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Nov 28, 2024
1 parent a98ea97 commit 3600de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def install_operator_if_not_exist(


def install_operator_version(version, shell=None):
if version == current().context.operator_version:
if version == current().context.operator_version or version == "dev":
manifest = get_full_path(current().context.clickhouse_operator_install_manifest)
manifest = f"cat {manifest}"
else:
Expand Down

0 comments on commit 3600de8

Please sign in to comment.