Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--stamp-info-file is set correctly on line 50 (or line 48 on the right side)


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