Skip to content

Commit

Permalink
[PFM-5961] Add ifix-works-build-pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
shailesh-egov committed Apr 5, 2024
1 parent 90429f1 commit 37cf356
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build/build-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@ config:
dockerfile: "build/maven/Dockerfile"
- work-dir: "domain-services/program-service/src/main/resources/db"
image-name: "program-service-db"
- name: "builds/iFix/domain-services/digit-exchange"
build:
- work-dir: "domain-services/digit-exchange"
image-name: "digit-exchange-works"
dockerfile: "build/maven/Dockerfile"
- work-dir: "domain-services/digit-exchange/src/main/resources/db"
image-name: "digit-exchange-works-db"
- name: "builds/iFix/domain-services/program-service"
build:
- work-dir: "domain-services/program-service"
image-name: "program-service-works"
dockerfile: "build/maven/Dockerfile"
- work-dir: "domain-services/program-service/src/main/resources/db"
image-name: "program-service-works-db"
- name: "builds/iFix/core/ifix-zuul"
build:
- work-dir: "core/ifix-zuul"
Expand Down

0 comments on commit 37cf356

Please sign in to comment.