mirror of https://github.com/citusdata/citus.git
Updates tools version
parent
dd64942a91
commit
dfa5f67b67
|
@ -10,7 +10,7 @@ pyenv versions
|
||||||
pyenv virtualenv ${PACKAGING_PYTHON_VERSION} packaging_env
|
pyenv virtualenv ${PACKAGING_PYTHON_VERSION} packaging_env
|
||||||
pyenv activate packaging_env
|
pyenv activate packaging_env
|
||||||
|
|
||||||
git clone -b v0.8.24 --depth=1 https://github.com/citusdata/tools.git tools
|
git clone -b v0.8.25 --depth=1 https://github.com/citusdata/tools.git tools
|
||||||
python3 -m pip install -r tools/packaging_automation/requirements.txt
|
python3 -m pip install -r tools/packaging_automation/requirements.txt
|
||||||
python3 -m tools.packaging_automation.validate_build_output --output_file output.log \
|
python3 -m tools.packaging_automation.validate_build_output --output_file output.log \
|
||||||
--ignore_file .github/packaging/packaging_ignore.yml \
|
--ignore_file .github/packaging/packaging_ignore.yml \
|
||||||
|
|
Loading…
Reference in New Issue