diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-12-11 06:26:35 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-12-11 06:26:35 +0000 |
commit | bbb318a77629518ef2cc2e4b52cb089a92033323 (patch) | |
tree | fdb6f1ce65d106ac9cefe6a9df423f197f8e2360 | |
parent | 03386aae18234fcf70b29d80e3ac577791a90dd0 (diff) |
Fix sonar script issue
Change-Id: Ie51cce3a417e2e78c07cd8dc0e807202be37cbe8
Issue-ID: MULTICLOUD-963
Signed-off-by: Bin Yang <bin.yang@windriver.com>
-rwxr-xr-x | azure/sonar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/sonar.sh b/azure/sonar.sh index c5b06df..f823ae5 100755 --- a/azure/sonar.sh +++ b/azure/sonar.sh @@ -56,7 +56,7 @@ run_tox_test() pip install --upgrade pip pip install --upgrade tox argparse pip freeze - cd multicloud_azure + cd ${CURDIR} tox -e cover deactivate cd .. |