Skip to content

Commit

Permalink
#SM-3176 added anomaly finder build config path
Browse files Browse the repository at this point in the history
  • Loading branch information
JithendarKumar-eGov committed Oct 18, 2023
1 parent 470d15e commit 576b1bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/build-config.yml
Expand Up @@ -71,6 +71,14 @@ config:
image-name: 'pqm-scheduler'
dockerfile: '/pqm-scheduler/Dockerfile'

- name: 'builds/SANITATION/pqm-anomaly-finder'
build:
- work-dir: 'pqm-anomaly-finder'
image-name: 'pqm-anomaly-finder'
dockerfile: 'build/maven/Dockerfile'
- work-dir: 'pqm-anomaly-finder/src/main/resources/db'
image-name: 'pqm-anomaly-finder-db'

#Sanitation Frontend
- name: 'builds/SANITATION/frontend/sanitation-ui'
build:
Expand Down

0 comments on commit 576b1bb

Please sign in to comment.