From 30ba5c2dc7d2da5e1c9892b50de38cc2dd7a85ab Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sat, 30 Jul 2022 22:02:40 +0000 Subject: fix: Move to web install Nothing better than executing script from random place in the internet. --- build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'build.yml') diff --git a/build.yml b/build.yml index a49bd29..1b6aa14 100644 --- a/build.yml +++ b/build.yml @@ -16,8 +16,11 @@ tasks: - setup: | echo "PACKAGER_PRIVKEY=\"/home/build/.abuild/mail@gabrielgio.me-62ddc4dc.rsa\"" > ~/.abuild/abuild.conf - build: | - cd apkbuilds/"${packages[@]}" - abuild -r + for pkg in "${packages[@]}"; do + cd apkbuilds/"$pkg" + abuild -r + cd .. + done - deploy: | sshopts="ssh -o StrictHostKeyChecking=no" rsync --rsh="$sshopts" -rP ~/packages/apkbuilds/ $deploy:/var/www/$target -- cgit v1.2.3