chore(gitlab-ci): fix syntax
This commit is contained in:
parent
6f392396b9
commit
2d415a99fe
@ -131,6 +131,7 @@ backend build:
|
|||||||
paths:
|
paths:
|
||||||
- /fradrive/.stack/
|
- /fradrive/.stack/
|
||||||
- /fradrive/.stack-work/
|
- /fradrive/.stack-work/
|
||||||
|
cache: &backend-cache
|
||||||
|
|
||||||
backend lint:
|
backend lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
@ -152,7 +153,6 @@ backend test:
|
|||||||
script:
|
script:
|
||||||
- *load-backend-image
|
- *load-backend-image
|
||||||
- make -- --docker-run-backend-test FRADRIVE_SERVICE=backend
|
- make -- --docker-run-backend-test FRADRIVE_SERVICE=backend
|
||||||
|
|
||||||
cache: *backend-cache
|
cache: *backend-cache
|
||||||
|
|
||||||
push backend image:
|
push backend image:
|
||||||
|
|||||||
Reference in New Issue
Block a user