You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ cdk deploy <EXAMPLE>
35
35
36
36
The pipelines can be found in the `Developer Tools > Code Pipeline > Pipelines` Console page. The newly created
37
37
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.
39
39
40
40
### Removing Pipelines
41
41
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