Skip to content

Commit

Permalink
Merge pull request #771 from jayesh12234/develop
Browse files Browse the repository at this point in the history
Update entrypoint.sh
  • Loading branch information
aranaravi authored Sep 27, 2024
2 parents 93cffcb + 56d83ea commit 984ee34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ on:
- '!release-branch'
- release-*
- master
- develop
- develop-*
- develop*
- 1*
- MOSIP*

Expand Down Expand Up @@ -92,7 +91,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
java-version: '21'
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

Expand Down
2 changes: 1 addition & 1 deletion uitest-resident/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

java --version
java -jar residentui-*-jar-with-dependencies.jar
java -jar uitest-resident-*-jar-with-dependencies.jar

0 comments on commit 984ee34

Please sign in to comment.