Merge pull request #93 from vgxbj/patch-1

Fix ascii chart for `Job Run Process`
This commit is contained in:
Yuxiang Zhang 2019-05-30 10:16:22 +08:00 committed by GitHub
commit 5f7d974469
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 |
+-----------+ ^ +-----------+ +-------------+ | +--------------+
| |
| +-----------------+ | Failed
+------+ post-fail |<---------+
+-----------------+
| |
| +-----------------+ | Failed
+------+ post-fail |<---------+
+-----------------+
```