Skip to content

Commit

Permalink
Update clickfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaNikolaevaa committed Mar 7, 2024
1 parent 617c54d commit 2624f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clickfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,8 @@ def infra():

@infra.command(name="deploy", help="Deploy test infrastructure")
@click.option("--current_branch", help="Branch of neon-tests repository")
@click.option("--head_branch", help="Feature branch name")
@click.option("--base_branch", help="Target branch of the pull request")
@click.option("--head_branch", default="", help="Feature branch name")
@click.option("--base_branch", default="", help="Target branch of the pull request")

def deploy(current_branch, head_branch, base_branch):
# use feature branch or version tag as tag for proxy, evm and faucet images or use latest
Expand Down

0 comments on commit 2624f9a

Please sign in to comment.