feat(exx-Pipeline): remove needs from licence pipeline

This commit is contained in:
Wolfram Gulde 2022-05-19 11:21:31 +02:00 committed by Marcel Feix
parent 1ee19fb508
commit 352f1bf910
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -7,9 +7,6 @@
script: script:
- "cd $BACKEND_DIR" - "cd $BACKEND_DIR"
- licenseBom2Adoc --bom $BACKEND_DIR/$BOM_FILE --adoc $LICENSE_FILE - licenseBom2Adoc --bom $BACKEND_DIR/$BOM_FILE --adoc $LICENSE_FILE
needs:
- job: "License-Bom"
artifacts: true
artifacts: artifacts:
when: always when: always
expire_in: 2 weeks expire_in: 2 weeks