diff options
author | 2017-03-14 17:26:28 +0800 | |
---|---|---|
committer | 2017-03-14 17:26:28 +0800 | |
commit | 63c002a51ff072c911d3b89296b627b16983f5a0 (patch) | |
tree | 2ceeb00e4d566589fcd03436cea6ad1dee30798f /legacy/docker/push_db.sh | |
parent | 89743ab8134e54fe606310e3bf5c65ebab93c62a (diff) |
Remove legacy code from stable branch
Change-Id: I283f84dfcb3cd029739caaefb33ed5431114fae9
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'legacy/docker/push_db.sh')
-rwxr-xr-x | legacy/docker/push_db.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/legacy/docker/push_db.sh b/legacy/docker/push_db.sh deleted file mode 100755 index 50341eac..00000000 --- a/legacy/docker/push_db.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -cd ${QTIP_DIR} && python qtip/utils/dashboard/pushtoDB.py |