Skip to content

Commit

Permalink
Explain unused stamp identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneskaeufler committed Oct 25, 2024
1 parent 2de9a87 commit 44e50cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/smoke/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ load("@aspect_bazel_lib//lib:expand_template.bzl", "expand_template")
expand_template(
name = "created",
out = "created.txt",
stamp_substitutions = {"2000-01-01T01:02:03Z": "{{BUILD_ISO8601}}"},
stamp_substitutions = {"2000-01-01T01:02:03Z": "{{BUILD_ISO8601}}"}, # BUILD_ISO8601 is an imaginary stamp var
template = ["2000-01-01T01:02:03Z"],
)

Expand Down

0 comments on commit 44e50cb

Please sign in to comment.