Update stamping.bzl

This commit is contained in:
Thulio Ferraz Assis 2022-09-16 10:59:07 -07:00 committed by Derek Cormier
parent 6f37a3808b
commit e609c85efe
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ echo STABLE_GIT_COMMIT $(git rev-parse HEAD)
```
> For a more full-featured script, take a look at the [bazel_stamp_vars in Angular]
Make sure you set the executable bit, eg. `chmod 755 tools/bazel_stamp_vars.sh`.
Make sure you set the executable bit, eg. `chmod +x tools/bazel_stamp_vars.sh`.
> **NOTE** keys that start with `STABLE_` will cause a re-build when they change.
> Other keys will NOT cause a re-build, so stale values can appear in your app.