From 6a507092cc0ff38ed07d2039d13f9c8b5e10f9f5 Mon Sep 17 00:00:00 2001 From: inkvizitor68sl Date: Fri, 4 Jun 2021 22:42:08 +0300 Subject: [PATCH] Small fix for ABSTRUSE_YML.md There are nothing about after_successful at server/parser/parser.go, but: ```AfterSuccess []string `yaml:"after_success"```` --- docs/ABSTRUSE_YML.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ABSTRUSE_YML.md b/docs/ABSTRUSE_YML.md index fa4d2d480..d75661a59 100644 --- a/docs/ABSTRUSE_YML.md +++ b/docs/ABSTRUSE_YML.md @@ -107,7 +107,7 @@ execute: - `before_script` commands are executed first - `script` commands are executed next -- `after_successful` commands are executed if the script commands were successful +- `after_success` commands are executed if the script commands were successful - `after_failure` commands are executed if the script commands failed - `after_script` commands are executed after the script