Skip to content

Commit

Permalink
Publish SBOM in dist/release
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Nov 24, 2023
1 parent 4f27bbe commit f0f06d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-utils/scripts/upload-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ mkdir $1/
cd $1/

wget https://github.com/apache/camel-kamelets/archive/refs/tags/v$1.tar.gz -O camel-kamelets-sources-$1.tar.gz
cp ./target/camel-kamelets-parent-$1-cyclonedx.json .
cp ./target/camel-kamelets-parent-$1-cyclonedx.xml .
cd ../
./sign.sh $1/
svn import $1/ https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/$2/ -m "Import camel-kamelets release"
Expand Down

0 comments on commit f0f06d2

Please sign in to comment.