This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch push-privilege
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/push-privilege by this push:
new d7b97841 fix deploy command for examples
d7b97841 is described below
commit d7b9784150d1f342b64b38f72b05e287248ca7a9
Author: jstastny-cz <[email protected]>
AuthorDate: Fri Nov 24 18:08:10 2023 +0100
fix deploy command for 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 6102f33e..f188377b 100644
--- a/.ci/pull-request-config.yaml
+++ b/.ci/pull-request-config.yaml
@@ -66,7 +66,7 @@ build:
after:
# In case of deploy, deploy the parent poms only.
current: |
- 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.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]