This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch jit-executor-10
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git
The following commit(s) were added to refs/heads/jit-executor-10 by this push:
new ea1d803dc Fix jit-executor-rc workflow
ea1d803dc is described below
commit ea1d803dc59918798f0a8bd2e2beccfddd57e0e8
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Tue Aug 27 09:48:02 2024 -0300
Fix jit-executor-rc workflow
---
.github/workflows/publish-jitexecutor-native-rc.yml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/publish-jitexecutor-native-rc.yml
b/.github/workflows/publish-jitexecutor-native-rc.yml
index 22b990070..304e78e6c 100644
--- a/.github/workflows/publish-jitexecutor-native-rc.yml
+++ b/.github/workflows/publish-jitexecutor-native-rc.yml
@@ -84,7 +84,7 @@ jobs:
<repository>
<id>apache-kie-kogito-runtimes-staging-repository</id>
<name>Apache KIE Kogito Runtimes Staging Repository</name>
- <url>${KOGITO_RUNTIMES_REPO} </url>
+ <url>${KOGITO_RUNTIMES_REPO}</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
@@ -159,9 +159,11 @@ jobs:
- name: "Update versions (Linux and macOS)"
if: (runner.os == 'Linux' || runner.os == 'macOS') &&
github.event_name != 'pull_request'
shell: bash
+ env:
+ SETTINGS_FILE_PATH: ${{ github.workspace }}/.m2/settings.xml
run: |
- mvn -B -fae -ntp -N -e versions:update-parent -DparentVersion="[${{
steps.version.outputs.PROJECT_VERSION }}]" -DallowSnapshots=true
-DgenerateBackupPoms=false
- mvn -B -fae -ntp -N -e versions:update-child-modules
-DallowSnapshots=true -DgenerateBackupPoms=false
+ mvn -B -fae -ntp -N -e versions:update-parent -DparentVersion="[${{
steps.version.outputs.PROJECT_VERSION }}]" -DallowSnapshots=true
-DgenerateBackupPoms=false -s ${SETTINGS_FILE_PATH}
+ mvn -B -fae -ntp -N -e versions:update-child-modules
-DallowSnapshots=true -DgenerateBackupPoms=false -s ${SETTINGS_FILE_PATH}
- name: "Update versions Windows"
if: runner.os == 'Windows' && github.event_name != 'pull_request'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]