aboutsummaryrefslogtreecommitdiff
path: root/build.yml
diff options
context:
space:
mode:
Diffstat (limited to 'build.yml')
-rw-r--r--build.yml7
1 files changed, 5 insertions, 2 deletions
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