Skip to content

remove unused and redundant --stamp-info-file - #2022

Merged
uhthomas merged 1 commit into
bazelbuild:masterfrom
zevdg:patch-2
Aug 20, 2022
Merged

remove unused and redundant --stamp-info-file#2022
uhthomas merged 1 commit into
bazelbuild:masterfrom
zevdg:patch-2

Conversation

@zevdg

@zevdg zevdg commented Feb 14, 2022

Copy link
Copy Markdown
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Comment thread contrib/push-all.bzl
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)

@aiuto aiuto mentioned this pull request Feb 14, 2022
@github-actions

Copy link
Copy Markdown

This Pull Request has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days.
Collaborators can add an assignee to keep this open indefinitely. Thanks for your contributions to rules_docker!

@github-actions github-actions Bot added the Can Close? Will close in 30 days unless there is a comment indicating why not label Aug 14, 2022
@uhthomas
uhthomas merged commit 94a7ddb into bazelbuild:master Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Can Close? Will close in 30 days unless there is a comment indicating why not

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants