Skip to content

Commit

Permalink
test. ipd publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Go committed Dec 11, 2023
1 parent 2084c7b commit 9c4bef1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- Bahmni-IPD-master
- ipd-publish-workflow
workflow_dispatch:

jobs:
Expand All @@ -19,6 +20,8 @@ jobs:
server-id: nexus-sonatype
server-username: NEXUS_USERNAME
server-password: NEXUS_PASSWORD
- name: list files
run: ls -al
- name: Build and deploy with Maven
run: ./mvnw --no-transfer-progress clean -U deploy
env:
Expand Down

0 comments on commit 9c4bef1

Please sign in to comment.