Install the agent from pypi instead of git master
Change-Id: Id615458fd27c8aa4c39a95d45511426262257c8a
This commit is contained in:
@@ -13,7 +13,8 @@ export PBR_VERSION="$(git describe --exact-match)"
|
||||
|
||||
cd ${TEMP_DIR}
|
||||
echo "Building pyshaker-agent version ${PBR_VERSION}"
|
||||
python setup.py sdist upload
|
||||
python setup.py sdist
|
||||
twine upload -s dist/*
|
||||
|
||||
cd -
|
||||
rm -rf ${TEMP_DIR}
|
||||
|
||||
Reference in New Issue
Block a user