mirror of https://github.com/citusdata/citus.git
Adds code for debugging
parent
cbcc77591a
commit
509e903038
|
@ -18,3 +18,6 @@ python3 -m tools.packaging_automation.validate_build_output --output_file output
|
||||||
pyenv deactivate
|
pyenv deactivate
|
||||||
# Set $HOME back to /github/home
|
# Set $HOME back to /github/home
|
||||||
export HOME=${GITHUB_HOME}
|
export HOME=${GITHUB_HOME}
|
||||||
|
|
||||||
|
# Print the output to the console
|
||||||
|
cat output.log
|
||||||
|
|
Loading…
Reference in New Issue