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 71701c9dd Fix jit-executor-rc workflow
71701c9dd is described below

commit 71701c9dda6629e731eb08e0e9d438712c13377a
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Tue Aug 27 10:25:43 2024 -0300

    Fix jit-executor-rc workflow
---
 .../workflows/publish-jitexecutor-native-rc.yml    | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/.github/workflows/publish-jitexecutor-native-rc.yml 
b/.github/workflows/publish-jitexecutor-native-rc.yml
index 3e7ae5ee1..f8ecd5874 100644
--- a/.github/workflows/publish-jitexecutor-native-rc.yml
+++ b/.github/workflows/publish-jitexecutor-native-rc.yml
@@ -96,6 +96,21 @@ jobs:
                   </snapshots>
                 </repository>
               </repositories>
+              <pluginRepositories>
+                <pluginRepository>
+                  <id>apache-kie-kogito-runtimes-staging-repository</id>
+                  <name>Apache KIE Kogito Runtimes Staging Repository</name>
+                  <url>${KOGITO_RUNTIMES_REPO}</url>
+                  <releases>
+                    <enabled>true</enabled>
+                    <updatePolicy>never</updatePolicy>
+                  </releases>
+                  <snapshots>
+                    <enabled>false</enabled>
+                    <updatePolicy>never</updatePolicy>
+                  </snapshots>
+                </pluginRepository>
+              </pluginRepositories>
             </profile>
           </profiles>
           <activeProfiles>
@@ -144,6 +159,21 @@ jobs:
                   </snapshots>
                 </repository>
               </repositories>
+              <pluginRepositories>
+                <pluginRepository>
+                  <id>apache-kie-kogito-runtimes-staging-repository</id>
+                  <name>Apache KIE Kogito Runtimes Staging Repository</name>
+                  <url>$env:KOGITO_RUNTIMES_REPO</url>
+                  <releases>
+                    <enabled>true</enabled>
+                    <updatePolicy>never</updatePolicy>
+                  </releases>
+                  <snapshots>
+                    <enabled>false</enabled>
+                    <updatePolicy>never</updatePolicy>
+                  </snapshots>
+                </pluginRepository>
+              </pluginRepositories>
             </profile>
           </profiles>
           <activeProfiles>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to