From 05ebe5b6639ee666469a50db823bbc570c72e86f Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 4 Sep 2017 14:40:20 +0800 Subject: [PATCH] update docs Signed-off-by: Bo-Yi Wu --- DOCS.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/DOCS.md b/DOCS.md index ffe9955..4fe9bd1 100644 --- a/DOCS.md +++ b/DOCS.md @@ -75,7 +75,7 @@ pipeline: + proxy_password: 1234 ``` -Example configuration for success build: +Example configuration for `master` branch: ```diff pipeline: @@ -89,10 +89,10 @@ pipeline: - echo hello - echo world + when: -+ status: success ++ branch: master ``` -Example configuration for tag event: +Example configuration for `tag` event: ```diff pipeline: @@ -106,7 +106,6 @@ pipeline: - echo hello - echo world + when: -+ status: success + event: tag ```