Skip to content

Commit

Permalink
🐛 fix missing sign-checkpoint setup
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <ozi.project@outlook.com>
  • Loading branch information
rjdbcm committed Sep 8, 2024
1 parent 4d6f9c4 commit ce0c854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def setup(
return None


@task
@task(setup)
def sign_checkpoint(c: Context, suite: str | None = None) -> None:
"""Sign checkpoint suites with sigstore."""
banned = './'
Expand Down

0 comments on commit ce0c854

Please sign in to comment.