Browse Source

CI: reformat extra long line

Better readability on split screens.

Signed-off-by: Paul Spooren <mail@aparcar.org>
lilik-openwrt-22.03
Paul Spooren 3 years ago
parent
commit
81f7461e66
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .github/workflows/multi-arch-test-build.yml

+ 3
- 1
.github/workflows/multi-arch-test-build.yml View File

@ -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


Loading…
Cancel
Save