mirror of https://github.com/citusdata/citus.git
Changing deffault branch for tools
parent
87dc88f837
commit
cbcc77591a
|
@ -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 error_add --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