ci(gitlab-ci): remove obsolete make env-var

This commit is contained in:
Sarah Vaupel 2024-08-25 05:27:58 +02:00
parent da535be0d4
commit d3370a42ac

View File

@ -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