diff --git a/.copilot/image_build_run.sh b/.copilot/image_build_run.sh index b87c0039a..ed48f8b4a 100755 --- a/.copilot/image_build_run.sh +++ b/.copilot/image_build_run.sh @@ -4,6 +4,6 @@ set -e # Add commands below to run inside the container after all the other buildpacks have been applied -export $(grep -v '^#' .env.ci | xargs) +export "$(grep -v '^#' .env.ci | xargs)" python manage.py collectstatic --noinput diff --git a/.env.ci b/.env.ci index b868fd46e..ddac82cb0 100644 --- a/.env.ci +++ b/.env.ci @@ -10,3 +10,4 @@ AUTHBROKER_URL= SENTRY_ENVIRONMENT=ci SENTRY_DSN= CSP_REPORT_URI= +PAYROLL='{"BASIC_PAY_NAC": "71111001", "PENSION_NAC": "71111002", "ERNIC_NAC": "71111003", "VACANCY_NAC": "71111001"}'