feature test
This commit is contained in:
@ -27,7 +27,7 @@ jobs:
|
|||||||
if [[ -n "$INPUT" ]]; then
|
if [[ -n "$INPUT" ]]; then
|
||||||
PACKAGES=$(echo "$INPUT" | tr ',' ' ')
|
PACKAGES=$(echo "$INPUT" | tr ',' ' ')
|
||||||
else
|
else
|
||||||
PACKAGES=$(find . -maxdepth 2 -name Makefile \
|
PACKAGES=$(find . -mindepth 2 -maxdepth 2 -name Makefile \
|
||||||
| sed 's|^\./||;s|/Makefile||' \
|
| sed 's|^\./||;s|/Makefile||' \
|
||||||
| grep -v '^_' \
|
| grep -v '^_' \
|
||||||
| sort \
|
| sort \
|
||||||
|
|||||||
Reference in New Issue
Block a user