feat(exx-Pipeline): add check license 2
This commit is contained in:
parent
83d16bd083
commit
1e384cbc92
@ -10,7 +10,7 @@
|
||||
script:
|
||||
- "cd $BACKEND_DIR"
|
||||
- >
|
||||
if [ ! -f "$VALID_LICENSE_FILE" ]; then
|
||||
if [ -f "$VALID_LICENSE_FILE" ]; then
|
||||
checkLicenseBom --bom $BOM_FILE --targetBom $INVALID_LICENSE_FILE --license $VALID_LICENSE_FILE || NUMBER_OF_INVALID_LICENSES=$?
|
||||
fi
|
||||
- >
|
||||
|
||||
Loading…
Reference in New Issue
Block a user