From 94c8a0bd7866d9c7a71373aa7b871c5587ec88d2 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 6 Oct 2020 14:55:13 +0200 Subject: [PATCH] Added project_path to entrypoint script --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a428e69..d84aa54 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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