Skip to content

Commit

Permalink
remove unused and redundant --stamp-info-file
Browse files Browse the repository at this point in the history
  • Loading branch information
zevdg authored and uhthomas committed Aug 20, 2022
1 parent 4c1eaab commit 94a7ddb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contrib/push-all.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ def _impl(ctx):
if stamp:
stamp_inputs = [ctx.info_file, ctx.version_file]

stamp_arg = " ".join(["--stamp-info-file=%s" % _get_runfile_path(ctx, f) for f in stamp_inputs])

scripts = []
runfiles = []
for index, tag in enumerate(images.keys()):
Expand Down

0 comments on commit 94a7ddb

Please sign in to comment.