Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
update arg order (#92)
Browse files Browse the repository at this point in the history
Signed-off-by: squiishyy <[email protected]>
  • Loading branch information
squiishyy authored Oct 26, 2023
1 parent d19a2cf commit 76b0a51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boilerplate/flyte/end2end/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ def run(


@click.command()
@click.argument("flytesnacks_release_tag")
@click.argument("priorities")
@click.argument("config_file")
@click.option(
"--return_non_zero_on_failure",
default=False,
Expand All @@ -287,9 +290,6 @@ def run(
is_flag=False,
help="Name of domain in project to run functional tests on",
)
@click.argument("flytesnacks_release_tag")
@click.argument("priorities")
@click.argument("config_file")
@click.argument(
"cluster_pool_name",
required=False,
Expand Down

0 comments on commit 76b0a51

Please sign in to comment.