Skip to content

Commit

Permalink
Add missing RunAnd* mnemonics
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljeske authored and uhthomas committed Jan 14, 2023
1 parent 7d34678 commit e3eefd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/util/run.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def _extract_impl(
tools = [image, ctx.executable._extract_image_id],
executable = script,
use_default_shell_env = True,
mnemonic = "RunAndExtract",
)

return []
Expand Down Expand Up @@ -235,6 +236,7 @@ def _commit_impl(
executable = script,
tools = [ctx.executable._extract_image_id, ctx.executable._to_json_tool],
use_default_shell_env = True,
mnemonic = "RunAndCommit",
)

return []
Expand Down

0 comments on commit e3eefd7

Please sign in to comment.