Fixes tools branch

pull/7054/head
gindibay 2023-07-12 22:33:04 +03:00
parent d57d7816ac
commit 22aef15497
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pyenv versions
pyenv virtualenv ${PACKAGING_PYTHON_VERSION} packaging_env
pyenv activate packaging_env
git clone -b 0.8.24 --depth=1 https://github.com/citusdata/tools.git tools
git clone -b v0.8.24 --depth=1 https://github.com/citusdata/tools.git tools
python3 -m pip install -r tools/packaging_automation/requirements.txt
echo "Package type: ${package_type}"