| commit | e7a3182804a91801b749bdf8b402dca2fbce3374 | [log] [tgz] |
|---|---|---|
| author | madavi <jm00553988@techmahindra.com> | Fri Jan 31 09:36:40 2020 +0530 |
| committer | madavi <jm00553988@techmahindra.com> | Fri Jan 31 09:58:14 2020 +0530 |
| tree | 6468d292e191de9b436c8f83d6ed2a5d5fb2ae41 | |
| parent | 4c66727a1178c3b13aa1a809cd9ece03b16bbdb1 [diff] |
osmclient v7 fix the python2 issue Change-Id: I8f63d69c7680480ea3b7b3c113f54b638f450d35 Signed-off-by: madavi <jm00553988@techmahindra.com>
diff --git a/devops-stages/stage-build.sh b/devops-stages/stage-build.sh index 7b00243..76065b3 100755 --- a/devops-stages/stage-build.sh +++ b/devops-stages/stage-build.sh
@@ -14,4 +14,4 @@ # limitations under the License. rm -rf deb_dist osmclient-*.tar.gz -tox -e build,build3 +tox -e build3