Skip to content

Commit

Permalink
changes in push trigger yml
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Farheen <neha.61092365@ltimindtree.com>
  • Loading branch information
Neha Farheen committed Apr 29, 2024
1 parent 62339df commit 131666e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 62 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
build-demosdk:
uses: mosip/kattu/.github/workflows/maven-build.yml@master
uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21
with:
SERVICE_LOCATION: ./demosdk
BUILD_ARTIFACT: demosdk
Expand All @@ -36,7 +36,7 @@ jobs:
publish_to_nexus:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' }}"
needs: build-demosdk
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master-java21
with:
SERVICE_LOCATION: ./demosdk
secrets:
Expand All @@ -50,7 +50,7 @@ jobs:
sonar_analysis:
needs: build-demosdk
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21
with:
SERVICE_LOCATION: ./demosdk
secrets:
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/release-changes.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/tag.yml

This file was deleted.

0 comments on commit 131666e

Please sign in to comment.