Skip to content

Commit

Permalink
Merge pull request #40 from abhishek8shankar/develop
Browse files Browse the repository at this point in the history
[DSD-5591] Updated push-trigger.yml
  • Loading branch information
ckm007 authored Jun 25, 2024
2 parents d653407 + e3f7ab1 commit 6fa688f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,24 +105,24 @@ jobs:
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

build-maven-mosip-identity-certify-plugin:
build-maven-mosipid-certify-integration-impl:
uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21
with:
SERVICE_LOCATION: mosip-identity-certify-plugin
BUILD_ARTIFACT: mosip-identity-certify-plugin
SERVICE_LOCATION: mosipid-certify-integration-impl
BUILD_ARTIFACT: mosipid-certify-integration-impl
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

publish_to_nexus_mosip-identity-certify-plugin:
publish_to_nexus_mosipid-certify-integration-impl:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name != 'release' && github.event_name != 'prerelease' && github.event_name != 'publish' }}"
needs: build-maven-mosip-identity-certify-plugin
needs: build-maven-mosipid-certify-integration-impl
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master-java21
with:
SERVICE_LOCATION: ./mosip-identity-certify-plugin
SERVICE_LOCATION: ./mosipid-certify-integration-impl
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
Expand All @@ -131,12 +131,12 @@ jobs:
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

sonar_analysis_mosip-identity-certify-plugin:
needs: build-maven-mosip-identity-certify-plugin
sonar_analysis_mosipid-certify-integration-impl:
needs: build-maven-mosipid-certify-integration-impl
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21
with:
SERVICE_LOCATION: ./mosip-identity-certify-plugin
SERVICE_LOCATION: ./mosipid-certify-integration-impl
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
ORG_KEY: ${{ secrets.ORG_KEY }}
Expand Down

0 comments on commit 6fa688f

Please sign in to comment.