We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SCM_HEAD_SHA
BUILD_SCM_COMMIT_SHA
1 parent f70475f commit dadb2eaCopy full SHA for dadb2ea
package.bzl
@@ -1,7 +1,7 @@
1
stampSubstitutions = {
2
# The variables are special statuses generated within the Bazel workspace
3
# status command stamping script.
4
- "{SCM_HEAD_SHA}": "{BUILD_SCM_COMMIT_SHA}",
+ "{SCM_HEAD_SHA}": "{{BUILD_SCM_COMMIT_SHA}}",
5
}
6
7
noStampSubstitutions = dict(stampSubstitutions, **{})
0 commit comments