mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00:00
CI: reformat extra long line
Better readability on split screens. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
4
.github/workflows/multi-arch-test-build.yml
vendored
4
.github/workflows/multi-arch-test-build.yml
vendored
@@ -61,7 +61,9 @@ jobs:
|
||||
- name: Determine changed packages
|
||||
run: |
|
||||
# only detect packages with changes
|
||||
PKG_ROOTS=$(find . -name Makefile | grep -v ".*/src/Makefile" | sed -e 's@./\(.*\)/Makefile@\1/@')
|
||||
PKG_ROOTS=$(find . -name Makefile | \
|
||||
grep -v ".*/src/Makefile" | \
|
||||
sed -e 's@./\(.*\)/Makefile@\1/@')
|
||||
CHANGES=$(git diff --diff-filter=d --name-only origin/$BRANCH)
|
||||
|
||||
for ROOT in $PKG_ROOTS; do
|
||||
|
||||
Reference in New Issue
Block a user