-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JNG-4521 Release udo runtime core jsl (#143)
* JNG-4521 Add to pom.xml the missing plugins, profiles, update java version, eliminate warnings because set-output * logback file debug => warn * Remove Send message to skype * Logback warn to info
- Loading branch information
1 parent
cc113ad
commit 7571e72
Showing
11 changed files
with
90 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ jobs: | |
run: echo "$GITHUB_CONTEXT" | ||
|
||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 2 | ||
|
||
- name: Project context | ||
id: context | ||
uses: zero88/gh-project-context@v1.1 | ||
uses: zero88/gh-project-context@v1.2 | ||
|
||
- name: Print git references | ||
run: |- | ||
|
@@ -35,8 +35,8 @@ jobs: | |
version=$(echo ${{ github.ref }} | cut -d/ -f4) | ||
branch=$(echo ${{ github.event.base_ref }} | cut -d/ -f3) | ||
echo "Version: $version" | ||
echo "::set-output name=version::$version" | ||
echo "::set-output name=branch::$branch" | ||
echo "version=$version" >> $GITHUB_OUTPUT | ||
echo "branch=$branch" >> $GITHUB_OUTPUT | ||
- name: Create release note | ||
uses: ncipollo/release-action@v1 | ||
|
@@ -76,19 +76,12 @@ jobs: | |
message=":cross_mark: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" | ||
message="${message} Release notes canceled" | ||
fi | ||
echo "::set-output name=message::${message}" | ||
echo "message=${message}" >> $GITHUB_OUTPUT | ||
- name: Write message to file | ||
run: |- | ||
echo "${{ steps.message.outputs.message }}" | ||
echo "${{ steps.message.outputs.message }}" > build.msg | ||
# - name: Send message to skype | ||
# uses: Eloco/docker-action-send-skype@v2 | ||
# if: always() | ||
# with: | ||
# skype_username: ${{ secrets.SKYPE_USERNAME }} | ||
# skype_password: ${{ secrets.SKYPE_PASSWORD }} | ||
# skype_ids: 19:[email protected] | ||
# send_msg_path: build.msg | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
</layout> | ||
</appender> | ||
|
||
<root level="debug"> | ||
<root level="info"> | ||
<appender-ref ref="CONSOLE"/> | ||
</root> | ||
|
||
|
Oops, something went wrong.