From a24300b7a55a6655e9e537ff13e3f5aeefdfc64c Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Tue, 10 Mar 2020 22:42:36 +0100 Subject: [PATCH] Fix the path to the Python templater script --- .utilities/templates/templater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.utilities/templates/templater.sh b/.utilities/templates/templater.sh index f734ca6..4327b9a 100644 --- a/.utilities/templates/templater.sh +++ b/.utilities/templates/templater.sh @@ -2,4 +2,4 @@ pip install -r .utilities/templates/requirements.txt -python ./utilities/templates/templater.py $CI_COMMIT_SHA +python .utilities/templates/templater.py $CI_COMMIT_SHA