add command so that poetry is available in shell runner

This commit is contained in:
Pablo Martin 2024-06-14 12:08:25 +02:00
parent fd70e27b5d
commit 135d204dad

View file

@ -29,6 +29,10 @@ echo "Updating xexe project from git."
git checkout master
git pull
# Make poetry available
echo "Including Poetry in PATH"
export PATH="$HOME/.local/bin:$PATH"
# DWH-healthcheck
echo "Running DWH healthcheck..."
poetry run xexe dwh-healthcheck