This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/main by this push:
     new 4082e3da kie-issues#1123: fix nightly deploy of examples (#1199)
4082e3da is described below

commit 4082e3da64b2b6ed813b4c6d356e8db8d1cfd69f
Author: Jan Stastny <[email protected]>
AuthorDate: Thu May 16 16:43:11 2024 +0200

    kie-issues#1123: fix nightly deploy of examples (#1199)
    
    Co-authored-by: jstastny-cz <[email protected]>
---
 .ci/pull-request-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/pull-request-config.yaml b/.ci/pull-request-config.yaml
index 56ddfc8c..d7303ecb 100644
--- a/.ci/pull-request-config.yaml
+++ b/.ci/pull-request-config.yaml
@@ -73,7 +73,7 @@ build:
       after:
         # In case of deploy, deploy the parent poms only.
         current: |
-          bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then mvn 
dependency:tree -DskipTests -DskipITs -pl 
.,kogito-quarkus-examples,kogito-springboot-examples,serverless-workflow-examples
 deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.KOGITO_EXAMPLES_DEPLOY_MVN_OPTS }}; 
else echo 'No deploy is scheduled'; fi"
+          bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then mvn 
dependency:tree -DskipTests -DskipITs -pl 
.,kogito-quarkus-examples,kogito-springboot-examples,serverless-workflow-examples
 deploy ${{ env.BUILD_MVN_OPTS }} ${{ env.DEPLOY_MVN_OPTS }} ${{ 
env.KOGITO_EXAMPLES_DEPLOY_MVN_OPTS }}; else echo 'No deploy is scheduled'; fi"
   # - project: kiegroup/kie-jpmml-integration
   #   build-command:
   #     current: |


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

Reply via email to