+ Required job dependencies for cargo builders
'needs' keyword also added for meme graph lines
This commit is contained in:
parent
ba0d75d383
commit
dc98feef5f
@ -44,6 +44,11 @@ build-frontend-js:
|
||||
|
||||
build-server-no-admin:
|
||||
extends: .cargo-builder
|
||||
stage: build-backend
|
||||
needs:
|
||||
- build-frontend-js
|
||||
dependencies:
|
||||
- build-frontend-js
|
||||
script:
|
||||
- cd api/
|
||||
- cargo build --release
|
||||
@ -51,6 +56,11 @@ build-server-no-admin:
|
||||
|
||||
build-server-admin-enabled:
|
||||
extends: .cargo-builder
|
||||
stage: build-backend
|
||||
needs:
|
||||
- build-frontend-js
|
||||
dependencies:
|
||||
- build-frontend-js
|
||||
script:
|
||||
- cd api/
|
||||
- cargo build --release --features admin
|
||||
|
Loading…
Reference in New Issue
Block a user