diff options
author | Ethan Lynn <ethanlynnl@vmware.com> | 2019-07-25 14:04:30 +0800 |
---|---|---|
committer | Ethan Lynn <ethanlynnl@vmware.com> | 2019-07-25 14:20:15 +0800 |
commit | 0c9f44cbea909dc63e1c062b8466b2b96c39e395 (patch) | |
tree | e3e06d3c90d63da34d31406896a1a74d246eb1be /vio/sonar.sh | |
parent | 02f3b1e0e4074e13173d62e6f684a790baf65623 (diff) |
Bump version to 1.4.1
Bump version to 1.4.1
Change-Id: Idc51d1be3d0a6d9fb0b030974881aa99ec922c16
Issue-ID: MULTICLOUD-706
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
Diffstat (limited to 'vio/sonar.sh')
-rwxr-xr-x | vio/sonar.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vio/sonar.sh b/vio/sonar.sh index 91f09f0..941f1a9 100755 --- a/vio/sonar.sh +++ b/vio/sonar.sh @@ -45,7 +45,6 @@ echo "MVN_PROJECT_VERSION is [$MVN_PROJECT_VERSION]" run_tox_test() { set -x - cd vio CURDIR=$(pwd) TOXINIS=$(find . -name "tox.ini") cd .. @@ -58,7 +57,7 @@ run_tox_test() pip install --upgrade pip pip install --upgrade tox argparse pip freeze - cd vio + cd ${CURDIR} tox -e cover deactivate cd .. |