Skip to content

Commit 832c9e4

Browse files
committed
Remove extraneous name key in example buildspec
1 parent eaf7fb4 commit 832c9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_source/build-spec-ref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Commands in some build phases might not be run if commands in earlier build phas
290290
artifact2:
291291
files:
292292
- directory/file2
293-
name: name: secondary-artifact-name-2
293+
name: secondary-artifact-name-2
294294
```
295295
+ `cache`: Optional sequence\. Represents information about where CodeBuild can prepare the files for uploading cache to an Amazon S3 cache bucket\. This sequence is not required if the cache type of the project is `No Cache`\.
296296
+ `paths`: Required sequence\. Represents the locations of the cache\. Contains a sequence of scalars, with each scalar representing a separate location where CodeBuild can find build output artifacts, relative to the original build location or, if set, the base directory\. Locations can include the following:

0 commit comments

Comments
 (0)