Skip to content

Commit

Permalink
fix(docker) add new gradle profile for consumer debug purpose (datah…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-cloud authored Jan 14, 2025
1 parent e1d57e3 commit 90fe5b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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']) + [
Expand Down

0 comments on commit 90fe5b6

Please sign in to comment.