Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 661ea5c

Browse files
committed
trailing
1 parent cd5b479 commit 661ea5c

File tree

1 file changed

+3
-2
lines changed
  • content/en/user-guide/aws/codebuild

1 file changed

+3
-2
lines changed

content/en/user-guide/aws/codebuild/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Create this file at the root of your directory.
115115
<artifactId>junit</artifactId>
116116
<version>4.11</version>
117117
<scope>test</scope>
118-
</dependency>
118+
</dependency>
119119
</dependencies>
120120
<build>
121121
<plugins>
@@ -162,6 +162,7 @@ artifacts:
162162
163163
## Limitations
164164
165-
- CodeBuild currently only supports S3 as a code source. You can use AWS CodePipeline to integrate CodeBuild with a source code repository provider via CodeStarSourceConnection.
165+
- CodeBuild currently only supports S3 as a code source.
166+
You can use AWS CodePipeline to integrate CodeBuild with a source code repository provider via CodeStarSourceConnection.
166167
- We only use one build
167168
- Talk to the host (pass via the host network)

0 commit comments

Comments
 (0)