mirror of https://github.com/citusdata/citus.git
add root of tools to python path
parent
54c1ba422f
commit
f5e37bf668
|
@ -34,6 +34,7 @@ if [[ ${package_type} == "rpm" && $(get_rpm_os_version) == 7* ]]; then
|
||||||
python3 -m pip install 'urllib3<2'
|
python3 -m pip install 'urllib3<2'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export PYTHONPATH=/
|
||||||
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 \
|
||||||
--package_type ${package_type}
|
--package_type ${package_type}
|
||||||
|
|
Loading…
Reference in New Issue