From c44a20b3551cbe6215560dd32ae97aaebb141b8a Mon Sep 17 00:00:00 2001 From: Sam Dudley Date: Mon, 9 Dec 2024 14:53:04 +0000 Subject: [PATCH] wip --- .copilot/image_build_run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.copilot/image_build_run.sh b/.copilot/image_build_run.sh index a15c38541..c7160312d 100755 --- a/.copilot/image_build_run.sh +++ b/.copilot/image_build_run.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -# Exit early if something goes wrong and +# Exit early if something goes wrong set -ex # Add commands below to run inside the container after all the other buildpacks have been applied -export $(grep -v '^#' .env | xargs -d '\n') +export $(grep -v '^#' .env.ci | xargs -d '\n') python manage.py collectstatic --noinput