diff --git a/package.bzl b/package.bzl index aeaa6dff9..1d5a78ce6 100644 --- a/package.bzl +++ b/package.bzl @@ -1,7 +1,7 @@ stampSubstitutions = { # The variables are special statuses generated within the Bazel workspace # status command stamping script. - "{SCM_HEAD_SHA}": "{BUILD_SCM_COMMIT_SHA}", + "{SCM_HEAD_SHA}": "{{BUILD_SCM_COMMIT_SHA}}", } noStampSubstitutions = dict(stampSubstitutions, **{})