chore(gitlab-ci): add missing well-known dep for backend build
This commit is contained in:
parent
d762abe094
commit
44f7a5c0e1
@ -168,6 +168,8 @@ backend build:
|
||||
needs:
|
||||
- job: node modules # transitive
|
||||
artifacts: false
|
||||
- job: well-known
|
||||
artifacts: true
|
||||
- job: backend dependencies
|
||||
artifacts: true
|
||||
- job: frontend lint # transitive
|
||||
|
||||
Reference in New Issue
Block a user