Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed May 2, 2024
1 parent 64acc25 commit 923306a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
endgroup
#
group "scripts/feeds install <External KernelPackage>"
extfeeds=$(grep '^src-git ' feeds.conf.default | awk '{print $2}' | grep -v luci | tr '\n' ' ')
extfeeds=$(grep '^src-git ' feeds.conf.default | awk '{print $2}' | grep -v luci | grep -v packages | tr '\n' ' ')
installs=''
pushd feeds
for feed in $extfeeds; do
Expand Down

0 comments on commit 923306a

Please sign in to comment.