add command so that poetry is available in shell runner
This commit is contained in:
parent
fd70e27b5d
commit
135d204dad
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue