Added project_path to entrypoint script

This commit is contained in:
2020-10-06 14:55:13 +02:00
parent 381f8e67b2
commit 94c8a0bd78

View File

@@ -26,9 +26,10 @@ _git_changed() {
}
# PROGRAM
echo "Installing dependencies..."
# echo "Installing dependencies..."
# pip install -r $INPUT_PIP_PATH
echo "Creating data model..."
cd $INPUT_PROJECT_PATH
python manage.py graph_models -a -g-o $INPUT_OUTPUT_PATH
# To keep runtime good, just continue if something was changed