mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 18:07:57 +00:00
fix(docker) add new gradle profile for consumer debug purpose (#12338)
This commit is contained in:
parent
e1d57e3f21
commit
90fe5b6cb7
@ -42,6 +42,15 @@ ext {
|
||||
modules: python_services_modules + backend_profile_modules + [':datahub-frontend'],
|
||||
isDebug: true
|
||||
],
|
||||
|
||||
'quickstartDebugConsumers': [
|
||||
profile: 'debug-consumers',
|
||||
modules: python_services_modules + backend_profile_modules + [':datahub-frontend',
|
||||
':metadata-jobs:mce-consumer-job',
|
||||
':metadata-jobs:mae-consumer-job'],
|
||||
isDebug: true
|
||||
],
|
||||
|
||||
'quickstartPg': [
|
||||
profile: 'quickstart-postgres',
|
||||
modules: (backend_profile_modules - [':docker:mysql-setup']) + [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user