Skip to content

Commit 0dafdcc

Browse files
committed
README.md: remove sentence about BuildPipeline dep
1 parent f370245 commit 0dafdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cdk deploy <EXAMPLE>
3535

3636
The pipelines can be found in the `Developer Tools > Code Pipeline > Pipelines` Console page. The newly created
3737
pipeline `ubuntu_22_04BuildImagePipeline` should start automatically. If not, it will need to be run before other
38-
pipelines will work correctly. Once it is complete, the EmbeddedLinuxPipeline in the CodePipeline console page is ready to run. Thus `BuildImagePipeline` will always be a dependency of the deployment if you deploy just a specific example.
38+
pipelines will work correctly. Once it is complete, the EmbeddedLinuxPipeline in the CodePipeline console page is ready to run.
3939

4040
### Removing Pipelines
4141
The `cdk destroy` command can be used to remove individual pipelines and their related resources. This can also be done in the CloudFormation Console Page.

0 commit comments

Comments
 (0)