Skip to content

Commit 94a7ddb

Browse files
zevdguhthomas
authored andcommitted
remove unused and redundant --stamp-info-file
1 parent 4c1eaab commit 94a7ddb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/push-all.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ def _impl(ctx):
3939
if stamp:
4040
stamp_inputs = [ctx.info_file, ctx.version_file]
4141

42-
stamp_arg = " ".join(["--stamp-info-file=%s" % _get_runfile_path(ctx, f) for f in stamp_inputs])
43-
4442
scripts = []
4543
runfiles = []
4644
for index, tag in enumerate(images.keys()):

0 commit comments

Comments
 (0)