Skip to content
Snippets Groups Projects
Commit a23324ec authored by Manuel Menz's avatar Manuel Menz
Browse files

Merge branch 'feat/sbom-upload' into 'main'

#1338: enable sbom upload

See merge request !252
parents fca31712 89add402
No related branches found
No related tags found
1 merge request!252#1338: enable sbom upload
...@@ -15,6 +15,7 @@ stages: ...@@ -15,6 +15,7 @@ stages:
- lint - lint
- build - build
- test - test
- upload
- package - package
- deploy - deploy
...@@ -75,3 +76,9 @@ deploy: ...@@ -75,3 +76,9 @@ deploy:
- ./mvnw $MAVEN_CLI_OPTS deploy -DskipTests -P '!integration-tests' -P '!demo' -Pgpg-sign - ./mvnw $MAVEN_CLI_OPTS deploy -DskipTests -P '!integration-tests' -P '!demo' -Pgpg-sign
needs: needs:
- package - package
dtrack-sbom-fs-main:
extends: .dtrack-sbom-fs-main
dtrack-sbom-fs-tag:
extends: .dtrack-sbom-fs-tag
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment