diff options
author | Googler <noreply@google.com> | 2017-04-03 20:50:16 +0000 |
---|---|---|
committer | Marcel Hlopko <hlopko@google.com> | 2017-04-04 10:07:15 +0200 |
commit | 686b2cb839bd42e061397b3901f1de94c08f893b (patch) | |
tree | a20bc6a6163a68a38813c7009e54a9d537d45712 /site/designs/_posts/2016-06-21-environment.md | |
parent | fc031e22d0aa3b79f793d097d91832994c1eb5e9 (diff) |
It must to be clear to readers that design documents in the 'Contribute!' section do not describe current functionality of Bazel. If a reader comes to one of these pages from an online search, it must be clear that this is not documentation.
PiperOrigin-RevId: 152052655
Diffstat (limited to 'site/designs/_posts/2016-06-21-environment.md')
-rw-r--r-- | site/designs/_posts/2016-06-21-environment.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/site/designs/_posts/2016-06-21-environment.md b/site/designs/_posts/2016-06-21-environment.md index 9a45f2a4ae..bf1e445b9c 100644 --- a/site/designs/_posts/2016-06-21-environment.md +++ b/site/designs/_posts/2016-06-21-environment.md @@ -3,12 +3,18 @@ layout: contribute title: Specifying environment variables --- -# Specifying environment variables for actions +# Design Document: Specifying environment variables for actions + +**Design documents are not descriptions of the current functionality of Bazel. +Always go to the documentation for current information.** + **Status**: Implemented. See [documentation](/docs/skylark/lib/ctx.html#action) **Author**: [Klaus Aehlig](mailto:aehlig@google.com) +**Design document published**: 21 June 2016 + ## Current shortcomings Currently, Bazel provides a cleaned set of environment variables to the |