From 6c9c02720dc61e5363f56d2b3a1f2da0b953b865 Mon Sep 17 00:00:00 2001 From: jstastny-cz Date: Thu, 16 May 2024 16:34:52 +0200 Subject: [PATCH] kie-issues#1123: fix nightly deploy of examples --- .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 56ddfc8c7..d7303ecb4 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: |