Skip to content

Commit

Permalink
update workflow 12
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 7, 2023
1 parent f4023e0 commit f6a5ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-service-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:

- name: Build and Publish Maven
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ github. }}
run: |
. servicedeploy.sh
2 changes: 1 addition & 1 deletion servicedeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

cwd=`pwd`
cd Common

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

0 comments on commit f6a5ead

Please sign in to comment.