diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-21 10:03:43 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-21 10:05:04 +0800 |
commit | 07cd2c1b0ff79fe293a004afe62d1b06a90a8614 (patch) | |
tree | 74cc374def6b9f330c1e8eab2711bf7a953f3ea5 | |
parent | c88d6ff55eb677b5a985d90c9ac7edf792a09e95 (diff) |
qtip: set CI_DEBUG to false
otherwise the insecure key will be left in server
Change-Id: I2bae0c16e8da05d68d53cb5624a6660053c80756
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rw-r--r-- | jjb/qtip/qtip-validate-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/qtip/qtip-validate-jobs.yml b/jjb/qtip/qtip-validate-jobs.yml index 80b08e6a3..a850d6757 100644 --- a/jjb/qtip/qtip-validate-jobs.yml +++ b/jjb/qtip/qtip-validate-jobs.yml @@ -73,7 +73,7 @@ description: 'Tag to pull docker image' - string: name: CI_DEBUG - default: 'true' + default: 'false' description: "Show debug output information" scm: - git-scm |