Skip to content

Commit

Permalink
Small fix for ABSTRUSE_YML.md
Browse files Browse the repository at this point in the history
There are nothing about after_successful at server/parser/parser.go, but:
```AfterSuccess  []string       `yaml:"after_success"````
  • Loading branch information
inkvizitor68sl authored and jkuri committed Jun 5, 2021
1 parent a7addd5 commit 6a50709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ABSTRUSE_YML.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6a50709

Please sign in to comment.