From: wu.zhihui Date: Wed, 7 Dec 2016 04:23:46 +0000 (+0800) Subject: correct the path in push_db.sh X-Git-Tag: danube.1.0~149 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=2e2f7b68a84d02ac2f59a7b0303b7052cdb2229b;p=qtip.git correct the path in push_db.sh See link https://build.opnfv.org/ci/view/qtip/job/qtip-fuel-zte-pod3-daily-master/52/console for details. Change-Id: If8ab7763e669e5f9184455a0e65173fd95428d27 Signed-off-by: wu.zhihui --- diff --git a/docker/push_db.sh b/docker/push_db.sh index d9f9d9ac..50341eac 100755 --- a/docker/push_db.sh +++ b/docker/push_db.sh @@ -1,3 +1,3 @@ #!/bin/bash -cd ${QTIP_DIR} && python dashboard/pushtoDB.py +cd ${QTIP_DIR} && python qtip/utils/dashboard/pushtoDB.py