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

jamesnetherton pushed a commit to branch 3.15.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/3.15.x by this push:
     new 234bdb9812 Change back to parent directory before svn import
234bdb9812 is described below

commit 234bdb9812f798d4eddd88cb6f8f62a6514315bf
Author: James Netherton <[email protected]>
AuthorDate: Fri Jun 27 07:22:54 2025 +0100

    Change back to parent directory before svn import
---
 release-utils/scripts/upload-source.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/release-utils/scripts/upload-source.sh 
b/release-utils/scripts/upload-source.sh
index 21bed75e98..a02493f028 100755
--- a/release-utils/scripts/upload-source.sh
+++ b/release-utils/scripts/upload-source.sh
@@ -48,6 +48,8 @@ wget ${sourcesUrl}/camel-quarkus-${version}-cyclonedx.xml -O 
apache-camel-quarku
 wget ${sourcesUrl}/camel-quarkus-${version}-cyclonedx.xml.asc -O 
apache-camel-quarkus-${version}-sbom.xml.asc
 sha512sum -b apache-camel-quarkus-${version}-sbom.xml > 
apache-camel-quarkus-${version}-sbom.xml.sha512
 
+cd ../
+
 svn import ${version}/ 
https://dist.apache.org/repos/dist/dev/camel/camel-quarkus/${version}/ -m 
"Import camel-quarkus ${version} release"
 
 rm -rf ${version}/

Reply via email to