Fix ascii chart for Job Run Process

This commit is contained in:
Guō Xīng 2019-05-29 14:32:50 +08:00 committed by GitHub
parent 1025189542
commit 3b52f93e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,10 +44,10 @@ PreSyncing Syncing Success
+-----------+ +-----------+ +-------------+ +--------------+ +-----------+ +-----------+ +-------------+ +--------------+
| pre-job +--+->| job run +--->| post-exec +-+-->| post-success | | pre-job +--+->| job run +--->| post-exec +-+-->| post-success |
+-----------+ ^ +-----------+ +-------------+ | +--------------+ +-----------+ ^ +-----------+ +-------------+ | +--------------+
| | | |
| +-----------------+ | Failed | +-----------------+ | Failed
+------+ post-fail |<---------+ +------+ post-fail |<---------+
+-----------------+ +-----------------+
``` ```