From d3370a42ac1d449ea9a3a5749587c56252f0edd7 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 25 Aug 2024 05:27:58 +0200 Subject: [PATCH] ci(gitlab-ci): remove obsolete make env-var --- .gitlab-ci/frontend.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/frontend.yml b/.gitlab-ci/frontend.yml index 99693ac1d..8f9a3e9a2 100644 --- a/.gitlab-ci/frontend.yml +++ b/.gitlab-ci/frontend.yml @@ -38,7 +38,7 @@ compile: script: # - &load-frontend-image zcat docker/frontend/image.tar.gz | podman image load # - make -- --docker-run-frontend-build FRADRIVE_SERVICE=frontend CONTAINER_RUNNER=podman-compose - - make -- frontend-build FRADRIVE_SERVICE=frontend + - make -- frontend-build artifacts: paths: - /fradrive/node_modules @@ -57,7 +57,7 @@ lint: script: # - *load-frontend-image # - make -- --docker-run-frontend-lint FRADRIVE_SERVICE=frontend CONTAINER_RUNNER=podman-compose - - make -- frontend-lint FRADRIVE_SERVICE=frontend + - make -- frontend-lint cache: *frontend-cache test: @@ -68,5 +68,5 @@ test: script: # - *load-frontend-image # - make -- --docker-run-frontend-test FRADRIVE_SERVICE=frontend CONTAINER_RUNNER=podman-compose - - make -- frontend-test FRADRIVE_SERVICE=frontend + - make -- frontend-test cache: *frontend-cache