docs(exx-Pipeline): fix typo in variable 2

This commit is contained in:
Wolfram Gulde 2022-05-31 09:54:00 +02:00 committed by Marcel Feix
parent 1900dbe72e
commit 1bdaebdabd
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -12,7 +12,7 @@
- export INVALID_BOM_FILE=invalid-bom.json - export INVALID_BOM_FILE=invalid-bom.json
- > - >
if [ -f "$ALLOWED_LICENCES" ]; then if [ -f "$ALLOWED_LICENCES" ]; then
checkLicenseBom --bom $BOM_FILE --targetBom $INVALID_BOM_FILE --license $ALLOWED_LICENCES || NUMBER_OF_INVALID_LICENSES=$? checkLicenseBom --bom $BOM_FILE --targetBom $INVALID_BOM_FILE --license $ALLOWED_LICENSES || NUMBER_OF_INVALID_LICENSES=$?
fi fi
- > - >
if [ "$NUMBER_OF_INVALID_LICENSES" -gt 0 ]; then if [ "$NUMBER_OF_INVALID_LICENSES" -gt 0 ]; then