Skip to content

Commit

Permalink
Merge pull request #80 from catenax-ng/feat/workflows/fix-deploy-maven
Browse files Browse the repository at this point in the history
cicd(worfklows): fix maven command to deploy library modules
  • Loading branch information
nicoprow authored Mar 17, 2023
2 parents a8a0632 + 9643cd5 commit 0793631
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- pom.xml
- bpdm-common/**
- bpdm-gate-api/**
- bpdm-pool-api/**
branches:
- main
- rc/**
Expand Down Expand Up @@ -39,6 +40,6 @@ jobs:

#Deploy bpdm-common jar to GitHub Maven registry
- name: Deploy
run: ./mvnw -pl bpdm-common, bpdm-gate-api, bpdm-pool-api deploy
run: ./mvnw -pl bpdm-common,bpdm-gate-api,bpdm-pool-api deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0793631

Please sign in to comment.