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
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: DevOps/2_ContinuousDeliveryPipeline/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
@@ -6,7 +6,7 @@ In this module, you'll use [AWS CodePipeline](https://aws.amazon.com/codepipelin
6
6
7
7
CodePipeline orchestrates the steps to build, test, and deploy your code changes. Below is a screenshot of the CodePipeline created by the CodeStar project.
8
8
9
-

9
+

1. Scroll to the top of the pipeline and choose `Save pipeline changes`
270
264
@@ -288,7 +282,7 @@ The addition of the Test stage is complete. You will now validate the Test stag
288
282
289
283
1. Observe that each stage's color will turn blue during execution and green on completion. Following the successful execution of all stages, the pipeline should look like the following screenshot.
290
284
291
-

285
+

292
286
293
287
## Beta Stage Addition
294
288
@@ -312,21 +306,19 @@ The addition of the Test stage is complete. You will now validate the Test stag
312
306
313
307
1. Choose `+Stage` below the Test stage of the pipeline.
1. Scroll to the top of the pipeline and choose `Save pipeline changes`
400
392
@@ -418,11 +410,11 @@ The addition of the Beta stage is complete. You will now validate the Beta stag
418
410
419
411
1. Observe that each stage's color will turn blue during execution and green on completion. You should see that the `InvokeLambdaTestFunction` action in the `Beta` stage fails, causing the stage to turn red, like the following image.
The `test_list_unicorns` integration test has failed! Next, let's locate and fix the bug.
428
420
@@ -465,11 +457,11 @@ The `test_list_unicorns` integration test has failed! Next, let's locate and fi
465
457
466
458
1. Observe that each stage's color will turn blue during execution and green on completion. You should see that the `InvokeLambdaTestFunction` in the `Beta` stage passes, causing the stage to turn green, like the following image.
0 commit comments