ci(gitlab-ci): remove obsolete make env-var
This commit is contained in:
parent
da535be0d4
commit
d3370a42ac
@ -38,7 +38,7 @@ compile:
|
|||||||
script:
|
script:
|
||||||
# - &load-frontend-image zcat docker/frontend/image.tar.gz | podman image load
|
# - &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 -- --docker-run-frontend-build FRADRIVE_SERVICE=frontend CONTAINER_RUNNER=podman-compose
|
||||||
- make -- frontend-build FRADRIVE_SERVICE=frontend
|
- make -- frontend-build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- /fradrive/node_modules
|
- /fradrive/node_modules
|
||||||
@ -57,7 +57,7 @@ lint:
|
|||||||
script:
|
script:
|
||||||
# - *load-frontend-image
|
# - *load-frontend-image
|
||||||
# - make -- --docker-run-frontend-lint FRADRIVE_SERVICE=frontend CONTAINER_RUNNER=podman-compose
|
# - make -- --docker-run-frontend-lint FRADRIVE_SERVICE=frontend CONTAINER_RUNNER=podman-compose
|
||||||
- make -- frontend-lint FRADRIVE_SERVICE=frontend
|
- make -- frontend-lint
|
||||||
cache: *frontend-cache
|
cache: *frontend-cache
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@ -68,5 +68,5 @@ test:
|
|||||||
script:
|
script:
|
||||||
# - *load-frontend-image
|
# - *load-frontend-image
|
||||||
# - make -- --docker-run-frontend-test FRADRIVE_SERVICE=frontend CONTAINER_RUNNER=podman-compose
|
# - make -- --docker-run-frontend-test FRADRIVE_SERVICE=frontend CONTAINER_RUNNER=podman-compose
|
||||||
- make -- frontend-test FRADRIVE_SERVICE=frontend
|
- make -- frontend-test
|
||||||
cache: *frontend-cache
|
cache: *frontend-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user