Skip to content

Commit

Permalink
login step
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed Sep 24, 2024
1 parent 0d042b7 commit 6191472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mayhem/mayhem.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,9 @@ def _mayhem_download_impl(ctx):
output_dir = ctx.actions.declare_directory(ctx.attr.target + "-pkg")
mayhem_cli = ctx.executable._mayhem_cli

mayhem_login(ctx, ctx.executable._mayhem_cli, is_windows)


args = ctx.actions.args()
args.add("download")
args.add("-o", output_dir.path)
Expand Down

0 comments on commit 6191472

Please sign in to comment.