Skip to content

Commit f5a9e5a

Browse files
authored
Merge pull request awsdocs#63 from rustyconover/patch-1
clarify the root user rather than "the root"
2 parents e61b46b + 3287e66 commit f5a9e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/build-spec-ref.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The buildspec contains the following:
133133
+ `version`: Required mapping\. Represents the buildspec version\. We recommend that you use `0.2`\.
134134
**Note**
135135
Although version 0\.1 is still supported, we recommend that you use version 0\.2 whenever possible\. For more information, see [Buildspec versions](#build-spec-ref-versions)\.
136-
+ `run-as`: Optional sequence\. Available to Linux users only\. Specifies a Linux user that runs commands in this buildspec file\. `run-as` grants the specified user read and execute permissions\. When you specify `run-as` at the top of the buildspec file, it applies globally to all commands\. If you don't want to specify a user for all buildspec file commands, you can specify one for commands in a phase by using `run-as` in one of the `phases` blocks\. If `run-as` is not specified, then all commands run as the root\.
136+
+ `run-as`: Optional sequence\. Available to Linux users only\. Specifies a Linux user that runs commands in this buildspec file\. `run-as` grants the specified user read and execute permissions\. When you specify `run-as` at the top of the buildspec file, it applies globally to all commands\. If you don't want to specify a user for all buildspec file commands, you can specify one for commands in a phase by using `run-as` in one of the `phases` blocks\. If `run-as` is not specified, then all commands run as the root user\.
137137
+ `env`: Optional sequence\. Represents information for one or more custom environment variables\.
138138
**Note**
139139
To protect sensitive information, the following are hidden in CodeBuild logs:
@@ -492,4 +492,4 @@ The following table lists the buildspec versions and the changes between version
492492
| Version | Changes |
493493
| --- | --- |
494494
| 0\.2 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html) |
495-
| 0\.1 | This is the initial definition of the build specification format\. |
495+
| 0\.1 | This is the initial definition of the build specification format\. |

0 commit comments

Comments
 (0)