Skip to content

Commit

Permalink
update workflow 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 7, 2023
1 parent 21b58bf commit f4023e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/common-service-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
java-version: '19'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }}
cache: maven

- name: Build and Publish Maven
Expand Down
2 changes: 1 addition & 1 deletion servicedeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
cwd=`pwd`
cd Common

mvn -B -e -X clean deploy --file pom.xml
mvn -B clean deploy -s $GITHUB_WORKSPACE/settings.xml --file pom.xml

0 comments on commit f4023e0

Please sign in to comment.