From: Periyasamy Palanisamy Date: Tue, 26 Sep 2017 08:13:00 +0000 (+0200) Subject: corrected the path for executing dev_dep_check script X-Git-Tag: opnfv-5.0.0~31^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F43137%2F1;p=apex.git corrected the path for executing dev_dep_check script Change-Id: I9291aaddd370c1304b4aba3c90298c8e4d291e59 Signed-off-by: Periyasamy Palanisamy --- diff --git a/contrib/simple_deploy.sh b/contrib/simple_deploy.sh index 8da92727..7dbe4652 100755 --- a/contrib/simple_deploy.sh +++ b/contrib/simple_deploy.sh @@ -2,7 +2,7 @@ set -e apex_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/../ export PYTHONPATH=$apex_home/apex:$PYTHONPATH -$apex_home/ci/dev_dep_check.sh || true +$apex_home/contrib/dev_dep_check.sh || true pip3 install -r $apex_home/requirements.txt pushd $apex_home/apex python3 clean.py