build: use self-hosted package feeds
This commit is contained in:
2
.github/workflows/lo-test.yml
vendored
2
.github/workflows/lo-test.yml
vendored
@@ -200,7 +200,7 @@ jobs:
|
||||
make target/linux/compile -j$(($(nproc) + 1))
|
||||
make package/compile -j$(($(nproc) + 1)) IGNORE_ERRORS=y
|
||||
make package/index
|
||||
sed "s/\-[a-z0-9]\{32\})/)/" bin/targets/*/*/packages/Packages bin/targets/*/*/packages/Packages.manifest
|
||||
sed -i "s/\-[a-z0-9]\{32\})/)/" bin/targets/*/*/packages/Packages bin/targets/*/*/packages/Packages.manifest
|
||||
gzip -f bin/targets/*/*/packages/Packages
|
||||
mkdir -p ~/.ssh; echo ${{env.DEPLOY_SSHKEY}} | base64 -d > ~/.ssh/id_ed25519; chmod 600 ~/.ssh/id_ed25519
|
||||
rsync -ach --progress -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" \
|
||||
|
||||
Reference in New Issue
Block a user