ci(backend): fix backend pipeline targets
This commit is contained in:
parent
56c26cdc04
commit
4d0bcca246
@ -36,7 +36,7 @@ default:
|
|||||||
compile:
|
compile:
|
||||||
stage: compile
|
stage: compile
|
||||||
script:
|
script:
|
||||||
- make -- backend-build${PROD_BUILD}
|
- make -- compile${PROD_BUILD}-backend IN_CI=true IN_CONTAINER=true
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ${CI_PROJECT_DIR}/.stack-work/
|
- ${CI_PROJECT_DIR}/.stack-work/
|
||||||
@ -46,7 +46,7 @@ compile:
|
|||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
script:
|
script:
|
||||||
- make -- backend-lint${PROD_BUILD}
|
- make -- lint${PROD_BUILD}-backend IN_CI=true IN_CONTAINER=true
|
||||||
cache: *backend-cache
|
cache: *backend-cache
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@ -54,7 +54,7 @@ test:
|
|||||||
needs:
|
needs:
|
||||||
- compile
|
- compile
|
||||||
script:
|
script:
|
||||||
- make -- backend-test${PROD_BUILD}
|
- make -- test${PROD_BUILD}-backend IN_CI=true IN_CONTAINER=true
|
||||||
cache: *backend-cache
|
cache: *backend-cache
|
||||||
|
|
||||||
container:
|
container:
|
||||||
|
|||||||
Reference in New Issue
Block a user