Skip to content

Commit 158168e

Browse files
Merge pull request #9658 from circleci/update-deploy-markers-status-text
Change Deploy Markers failure helper text to use the right condition.
2 parents 4c4edcc + 13e4d92 commit 158168e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/modules/deploy/pages/configure-deploy-markers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
----
125125

126126
=== 1.3. Update the deploy status to success or failure
127-
You can use the `when` attribute to add `on_success` and `on_failure` steps at the end of your deployment job, to handle the final status update of the deploy.
127+
You can use the `when` attribute to add `on_success` and `on_fail` steps at the end of your deployment job, to handle the final status update of the deploy.
128128

129129
.Config file example showing deploy status update to success or failure
130130
[,yml]

0 commit comments

Comments
 (0)