mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-07 19:05:13 +02:00
Test missing trigger
This commit is contained in:
parent
0f69ec85fa
commit
685c37ece3
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ jobs:
|
|||
- run: # Read allowed licenses from file to ";"-separated string while removing empty lines and comments
|
||||
name: License check
|
||||
command: |
|
||||
pip-licenses --from=mixed --summary
|
||||
ALLOWED=$(sed -e '/^#.*$/d' -e '/^\s*$/d' .allowed-licenses | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/;/g'); echo $ALLOWED
|
||||
pip-licenses --from=mixed --allow-only="${ALLOWED}" --summary
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue