build: fix feeds updating(fix)(fix)

This commit is contained in:
John Doe
2021-03-30 21:55:18 +08:00
parent eade0603a7
commit a6974b7975

View File

@@ -64,10 +64,10 @@ jobs:
pushd feeds/routing; git restore .; popd pushd feeds/routing; git restore .; popd
pushd feeds/telephony; git restore .; popd pushd feeds/telephony; git restore .; popd
fi fi
[ -d 'package/base' ] && mv package/base ~/ [ -d package/base ] && mv package/base ~/
./scripts/feeds update -a ./scripts/feeds update -a
./scripts/feeds install -a ./scripts/feeds install -a
[ -d '~/base' ] && mv ~/base package/ [ -d ~/base ] && mv ~/base package/
. $GITHUB_WORKSPACE/patches.sh . $GITHUB_WORKSPACE/patches.sh
. $GITHUB_WORKSPACE/merge_packages.sh . $GITHUB_WORKSPACE/merge_packages.sh
mkdir -p tmpkg; cd ../ mkdir -p tmpkg; cd ../