This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 03a051da401bb2c01ec5f14e8ca9676bc1f8ded2 Author: Nayana Thorat <[email protected]> AuthorDate: Mon May 30 16:46:19 2022 +0530 Update Jenkinsfile.s390x --- Jenkinsfile.s390x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x index 9003ed18fc6..5ae225f1b84 100644 --- a/Jenkinsfile.s390x +++ b/Jenkinsfile.s390x @@ -56,8 +56,8 @@ pipeline { steps { sh 'git clean -fdx' // Remove camel-kudu and docs as these are not supported on s390x. - sed -i '85d' pom.xml - sed -i '212d' components/pom.xml + sed -i '/camel-kudu/d' components/pom.xml + sed -i '0,/docs/{//d;}' pom.xml } }
