From 7a26ee23d9422c12a13372d02e2dcfe02d6740f7 Mon Sep 17 00:00:00 2001 From: Kaspar Emanuel Date: Tue, 24 Sep 2024 21:43:07 +0100 Subject: [PATCH] Fix FRONTEND_ASSET_URL for e2e tests --- docker-compose.e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.e2e.yml b/docker-compose.e2e.yml index a3bcf39a3a..7fb56ee017 100644 --- a/docker-compose.e2e.yml +++ b/docker-compose.e2e.yml @@ -4,6 +4,7 @@ services: frontend: environment: - 'KITSPACE_PROCESSOR_ASSET_URL=http://processor-bucket.kitspace-minio.test:3000/${KITSPACE_PROCESSOR_ASSET_VERSION}' + - 'KITSPACE_FRONTEND_ASSET_URL=' volumes: - /etc/hosts:/etc/hosts:ro