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

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


The following commit(s) were added to refs/heads/main by this push:
     new 28d4dd83fc Change back to parent directory before svn import
28d4dd83fc is described below

commit 28d4dd83fc692fa637ec0b48a0a9d1b69c4d27c6
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