This is an automated email from the ASF dual-hosted git repository. ricardozanini pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
commit c2e0799af49b57c2386cacdf87ceb46aa59067a6 Author: Ricardo Zanini <[email protected]> AuthorDate: Tue Nov 21 15:43:31 2023 -0300 Revert find expression and command Signed-off-by: Ricardo Zanini <[email protected]> --- modules/kogito-swf/common/scripts/added/build-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kogito-swf/common/scripts/added/build-app.sh b/modules/kogito-swf/common/scripts/added/build-app.sh index 004c53c2..b4ead3d5 100755 --- a/modules/kogito-swf/common/scripts/added/build-app.sh +++ b/modules/kogito-swf/common/scripts/added/build-app.sh @@ -22,7 +22,7 @@ log_info "-> Copying files from ${resources_path}, if any..." if [ -n "${resources_path}" ]; then destination="${KOGITO_HOME}/serverless-workflow-project/src/main/resources/" cd "${resources_path}" && - rsync -av --remove-source-files --prune-empty-dirs --progress --files-from <(find -E . -regex '.*\.(yaml|yml|json|properties)$' -type f) . "$destination" && + rsync -av --remove-source-files --prune-empty-dirs --progress --files-from <(find . -regex '.*\.\(yaml\|yml\|json\|properties\)$' -type f) . "$destination" && cd - find "${resources_path}" -name 'jvm.config' -exec echo "--> found {}" \; -exec mkdir -p .mvn \; -exec cp -v {} .mvn/ \; else --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
