Skip to content

Commit

Permalink
Code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuperiorStanislav committed Nov 9, 2023
1 parent 84f3537 commit 169bb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion saritasa_invocations/secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from . import k8s


@invoke.task
@invoke.task(iterable=["credentials"])
def setup_env_credentials(
context: invoke.Context,
credentials: collections.abc.Sequence[str],
Expand Down
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
saritasa_invocations.pip,
saritasa_invocations.mypy,
saritasa_invocations.pytest,
saritasa_invocations.secrets,
)

# Configurations for run command
Expand Down

0 comments on commit 169bb4b

Please sign in to comment.