From 5ef4a5396dc2ac7645d87a9abb3d1843b42ad0bd Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Tue, 7 Oct 2025 15:15:26 +0200 Subject: [PATCH] Switch fixture kit --- helm/chart/templates/fixtures-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/chart/templates/fixtures-job.yaml b/helm/chart/templates/fixtures-job.yaml index 4b258d6..dfa9a75 100644 --- a/helm/chart/templates/fixtures-job.yaml +++ b/helm/chart/templates/fixtures-job.yaml @@ -33,7 +33,7 @@ spec: command: ['/bin/sh', '-c'] args: [' set -ex; - rm fixtures/prod && ln -s fixtures/test fixtures/prod; + rm fixtures/prod && ln -s test/ fixtures/prod; bin/console doctrine:database:drop --if-exists --force; bin/console doctrine:database:create --if-not-exists; bin/console doctrine:migrations:migrate --no-interaction;