From a8138a005f5bca976125470581636b061d6f4fe9 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 6 Oct 2020 14:50:20 +0200 Subject: [PATCH] Removed input path for now --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2168c88..a428e69 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,7 +27,7 @@ _git_changed() { # PROGRAM echo "Installing dependencies..." -pip install -r $INPUT_PIP_PATH +# pip install -r $INPUT_PIP_PATH echo "Creating data model..." python manage.py graph_models -a -g-o $INPUT_OUTPUT_PATH