From 83864312388739ef464e1ef6e2f7edcb9cb35e54 Mon Sep 17 00:00:00 2001 From: Jens Kleineheismann Date: Thu, 23 Apr 2020 12:33:51 +0200 Subject: [PATCH] FIX: corrected paths within CI/CD chain --- .buildbot/deploy/10-collectstatic.sh | 2 +- .buildbot/deploy/99-trigger_wsgi_reload.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildbot/deploy/10-collectstatic.sh b/.buildbot/deploy/10-collectstatic.sh index 125d422..b931baf 100644 --- a/.buildbot/deploy/10-collectstatic.sh +++ b/.buildbot/deploy/10-collectstatic.sh @@ -1 +1 @@ -python manage.py collectstatic --no-input +python env/django/manage.py collectstatic --no-input diff --git a/.buildbot/deploy/99-trigger_wsgi_reload.sh b/.buildbot/deploy/99-trigger_wsgi_reload.sh index 817be12..292460b 100644 --- a/.buildbot/deploy/99-trigger_wsgi_reload.sh +++ b/.buildbot/deploy/99-trigger_wsgi_reload.sh @@ -1 +1 @@ -touch conf/wsgi.py +touch env/django/main/wsgi.py